Skip to content

Commit 1f69bdc

Browse files
committed
tweaking text on change log page
1 parent cfaecbe commit 1f69bdc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

change-log.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h1>Change Log</h1>
7878
<p>This is a running list of the major changes to Full Stack Python since its
7979
inception in December 2012. Another way to view the modifications is through
8080
the
81-
<a href="https://github.com/makaimc/fullstackpython.github.com/commits/gh-pages">GitHub commit log</a>.</p>
81+
<a href="https://github.com/makaimc/fullstackpython.github.com/commits/gh-pages">source repository's commit log</a> on GitHub.</p>
8282
<h2>2014</h2>
8383
<h3>March</h3>
8484
<ul>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-03-02T12:28:51Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-03-02T12:29:46Z</updated></feed>

source/content/pages/change-log.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sort-order: 25
88
This is a running list of the major changes to Full Stack Python since its
99
inception in December 2012. Another way to view the modifications is through
1010
the
11-
[GitHub commit log](https://github.com/makaimc/fullstackpython.github.com/commits/gh-pages).
11+
[source repository's commit log](https://github.com/makaimc/fullstackpython.github.com/commits/gh-pages) on GitHub.
1212

1313
## 2014
1414
### March

0 commit comments

Comments
 (0)