diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2014-11-10 22:41:23 +0100 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2014-11-10 22:41:23 +0100 |
commit | 99df8c72065e042ba383538cc21808d80df7f2bc (patch) | |
tree | f431ddc437d748b09afcf8aa97ebeb2e357faadd | |
parent | 43ce786e1f2331237cbf7ed2408b051f163718e6 (diff) |
Update feed.xml references
-rw-r--r-- | _includes/header.html | 2 | ||||
-rw-r--r-- | _posts/2010-10-14-new-project-site.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/_includes/header.html b/_includes/header.html index b60cb6c..e1d34e1 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -7,7 +7,7 @@ <link rel="stylesheet" href="/stylesheets/styles.css"> <link rel="stylesheet" href="/stylesheets/pygment_trac.css"> - <link rel="alternate" type="application/rss+xml" title="RSS" href="/feed/"> + <link rel="alternate" type="application/rss+xml" title="RSS" href="/feed.xml"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> diff --git a/_posts/2010-10-14-new-project-site.md b/_posts/2010-10-14-new-project-site.md index 961a5c9..42523a1 100644 --- a/_posts/2010-10-14-new-project-site.md +++ b/_posts/2010-10-14-new-project-site.md @@ -3,6 +3,6 @@ layout: post title: New project site --- -pugixml now has a new home, [pugixml.org](http://pugixml.org). This site acts as a frontend for all pugixml-related stuff (downloads, documentation, support and other information). Additionally, there is a news feed, which you can subscribe to [via RSS](http://pugixml.org/feed/). +pugixml now has a new home, [pugixml.org](http://pugixml.org). This site acts as a frontend for all pugixml-related stuff (downloads, documentation, support and other information). Additionally, there is a news feed, which you can subscribe to [via RSS](http://pugixml.org/feed.xml). All downloads, documentation, Subversion repository and issue tracker are still hosted at Google Code; the existing links still work, and this is not going to change. |