Skip to content

Commit

Permalink
update link to Atom RSS (#2024)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff authored and roblarsen committed Feb 5, 2018
1 parent 86df1ea commit 33648c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/doc/extend.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ scratch](http://www.rssboard.org/rss-specification)?

Atom is similar to RSS, and you might prefer to use it instead of or in
addition to it. [See what Atom's all
about](http://www.atomenabled.org/developers/syndication/).
about](https://en.wikipedia.org/wiki/Atom_(Web_standard)).

```html
<link rel="alternate" type="application/atom+xml" title="Atom" href="/atom.xml">
Expand Down
2 changes: 1 addition & 1 deletion src/doc/extend.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ scratch](http://www.rssboard.org/rss-specification)?

Atom is similar to RSS, and you might prefer to use it instead of or in
addition to it. [See what Atom's all
about](http://www.atomenabled.org/developers/syndication/).
about](https://en.wikipedia.org/wiki/Atom_(Web_standard)).

```html
<link rel="alternate" type="application/atom+xml" title="Atom" href="/atom.xml">
Expand Down

0 comments on commit 33648c2

Please sign in to comment.