File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
source/content/pages/12-meta Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -9848,6 +9848,10 @@ <h1>Change Log</h1>
9848
9848
<h2>2017</h2>
9849
9849
<h3>January</h3>
9850
9850
<ul>
9851
+ <li>Fixed all 404 link rot on every page. However, if a page has been rewritten
9852
+ or redirected and is no longer valuable as a link, please
9853
+ <a href="https://twitter.com/fullstackpython">tweet me</a> or
9854
+ <a href="https://github.com/mattmakai/fullstackpython.com/issues">file an issue ticket on GitHub</a>.</li>
9851
9855
<li>New <a href="/why-use-python.html">Why Python?</a> resources.</li>
9852
9856
<li>Happy New Year!</li>
9853
9857
</ul>
Original file line number Diff line number Diff line change @@ -43,6 +43,10 @@ <h1>Change Log</h1>
43
43
< h2 > 2017</ h2 >
44
44
< h3 > January</ h3 >
45
45
< ul >
46
+ < li > Fixed all 404 link rot on every page. However, if a page has been rewritten
47
+ or redirected and is no longer valuable as a link, please
48
+ < a href ="https://twitter.com/fullstackpython "> tweet me</ a > or
49
+ < a href ="https://github.com/mattmakai/fullstackpython.com/issues "> file an issue ticket on GitHub</ a > .</ li >
46
50
< li > New < a href ="/why-use-python.html "> Why Python?</ a > resources.</ li >
47
51
< li > Happy New Year!</ li >
48
52
</ ul >
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ inception in December 2012. You can view detailed changes via the
15
15
16
16
## 2017
17
17
### January
18
+ * Fixed all 404 link rot on every page. However, if a page has been rewritten
19
+ or redirected and is no longer valuable as a link, please
20
+ [ tweet me] ( https://twitter.com/fullstackpython ) or
21
+ [ file an issue ticket on GitHub] ( https://github.com/mattmakai/fullstackpython.com/issues ) .
18
22
* New [ Why Python?] ( /why-use-python.html ) resources.
19
23
* Happy New Year!
20
24
You can’t perform that action at this time.
0 commit comments