Skip to content

Commit 44c49a7

Browse files
committed
removing old broken links. damn linkrot
1 parent 186ed28 commit 44c49a7

File tree

8 files changed

+4
-23
lines changed

8 files changed

+4
-23
lines changed

all.html

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,6 @@ <h2>Django videos</h2>
244244
videos for learning how to build Django applications.</p>
245245
</li>
246246
<li>
247-
<p>Ontwik has learning videos in its
248-
<a href="http://ontwik.com/category/django/">Django category</a>.</p>
249-
</li>
250-
<li>
251247
<p><a href="http://gettingstartedwithdjango.com/">Getting Started with Django</a> is a
252248
series of video tutorials for the framework.</p>
253249
</li>
@@ -3863,10 +3859,6 @@ <h2>Videos, screencasts and presentations</h2>
38633859
<p><a href="http://www.pyvideo.org/">PyVideo</a> organizes and indexes thousands of Python
38643860
videos from both major conferences and meetups.</p>
38653861
</li>
3866-
<li>
3867-
<p>Ontwik has relevant programming videos in its
3868-
<a href="http://ontwik.com/category/python/">Python category</a>.</p>
3869-
</li>
38703862
</ul>
38713863
<h2>Curated Python packages lists</h2>
38723864
<ul>
@@ -4014,6 +4006,7 @@ <h1>Change Log</h1>
40144006
<h2>2014</h2>
40154007
<h3>November</h3>
40164008
<ul>
4009+
<li>Removing broken links from Best Python Resources and Django pages.</li>
40174010
<li>New monitoring and development environments resources.</li>
40184011
</ul>
40194012
<h3>October</h3>

best-python-resources.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,6 @@ <h2>Videos, screencasts and presentations</h2>
184184
<p><a href="http://www.pyvideo.org/">PyVideo</a> organizes and indexes thousands of Python
185185
videos from both major conferences and meetups.</p>
186186
</li>
187-
<li>
188-
<p>Ontwik has relevant programming videos in its
189-
<a href="http://ontwik.com/category/python/">Python category</a>.</p>
190-
</li>
191187
</ul>
192188
<h2>Curated Python packages lists</h2>
193189
<ul>

change-log.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ <h1>Change Log</h1>
4646
<h2>2014</h2>
4747
<h3>November</h3>
4848
<ul>
49+
<li>Removing broken links from Best Python Resources and Django pages.</li>
4950
<li>New monitoring and development environments resources.</li>
5051
</ul>
5152
<h3>October</h3>

django.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,6 @@ <h2>Django videos</h2>
151151
videos for learning how to build Django applications.</p>
152152
</li>
153153
<li>
154-
<p>Ontwik has learning videos in its
155-
<a href="http://ontwik.com/category/django/">Django category</a>.</p>
156-
</li>
157-
<li>
158154
<p><a href="http://gettingstartedwithdjango.com/">Getting Started with Django</a> is a
159155
series of video tutorials for the framework.</p>
160156
</li>

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-11-02T10:08:17Z</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-11-02T16:29:45Z</updated></feed>

source/content/pages/02-web-frameworks/0202-django.markdown

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,6 @@ syntax and language semantics first before diving into web development.
122122
* [GoDjango](https://godjango.com/) screencasts and tutorials are free short
123123
videos for learning how to build Django applications.
124124

125-
* Ontwik has learning videos in its
126-
[Django category](http://ontwik.com/category/django/).
127-
128125
* [Getting Started with Django](http://gettingstartedwithdjango.com/) is a
129126
series of video tutorials for the framework.
130127

source/content/pages/11-misc/1101-best-python-resources.markdown

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,6 @@ should skip down to the next section for "experienced developers".
138138
* [PyVideo](http://www.pyvideo.org/) organizes and indexes thousands of Python
139139
videos from both major conferences and meetups.
140140

141-
* Ontwik has relevant programming videos in its
142-
[Python category](http://ontwik.com/category/python/).
143-
144141

145142
## Curated Python packages lists
146143
* [awesome-python](https://github.com/vinta/awesome-python) is an incredible

source/content/pages/11-misc/1104-change-log.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ the
2424

2525
## 2014
2626
### November
27+
* Removing broken links from Best Python Resources and Django pages.
2728
* New monitoring and development environments resources.
2829

2930
### October

0 commit comments

Comments
 (0)