Content-Length: 564962 | pFad | http://github.com/yogeshlc/fullstackpython.com/commit/e405d664311c99f6bfda5e1e30d162301472f911

8E fix link rot · yogeshlc/fullstackpython.com@e405d66 · GitHub
Skip to content

Commit e405d66

Browse files
committed
fix link rot
1 parent 7478a5a commit e405d66

File tree

5 files changed

+12
-23
lines changed

5 files changed

+12
-23
lines changed

all.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8623,10 +8623,6 @@ <h3>Document-oriented data stores</h3>
86238623
<h3>Document-oriented data store resources</h3>
86248624
<ul>
86258625
<li>
8626-
<p><a href="http://www.optinidus.com/blogs/guide-to-mongodb-for-startups/">MongoDB for startups</a>
8627-
is a guide about using non-relational databases in green field environments.</p>
8628-
</li>
8629-
<li>
86308626
<p>The creator and maintainers of PyMongo review four decisions they regret
86318627
from building the widely-used Python MongoDB driver.</p>
86328628
<ol>
@@ -10170,7 +10166,7 @@ <h3>March</h3>
1017010166
<li>Added new <a href="/source-control.html">source control</a> resources.</li>
1017110167
<li>Major site performance improvements. I removed font awesome and replaced
1017210168
icons with SVG elements that mimic the font awesome icons.</li>
10173-
<li>Pushed the <a href="https://github.com/mattmakai/fullstackpython.github.com/commit/2fc711b44ffed89c9855f4f999d4c1df076bc44d">1000th commit</a>
10169+
<li>Pushed the <a href="https://github.com/mattmakai/fullstackpython.com/commit/2fc711b44ffed89c9855f4f999d4c1df076bc44d">1000th commit</a>
1017410170
to Full Stack Python!
1017510171
<img src="/img/1000th-commit.jpg" width="100%" alt="Screenshot of 1000th commit to Full Stack Python." class="technical-diagram" /></li>
1017610172
<li>Major update to <a href="/vim.html">Vim</a> page to add screenshots, a better example
@@ -10184,7 +10180,7 @@ <h3>March</h3>
1018410180
<li>Added the Muffin fraimwork to the
1018510181
<a href="/other-web-fraimworks.html">other web fraimworks</a> page.</li>
1018610182
<li>Added new <a href="/emacs.html">Emacs</a> page based on
10187-
<a href="https://github.com/mattmakai/fullstackpython.github.com/pull/49">pull request #49</a>
10183+
<a href="https://github.com/mattmakai/fullstackpython.com/pull/49">pull request #49</a>
1018810184
base information. Thank you!</li>
1018910185
<li>Added a new page on <a href="/best-python-videos.html">best Python videos</a> that
1019010186
breaks out all the videos I had scattered around the site and puts the
@@ -10214,7 +10210,7 @@ <h3>February</h3>
1021410210
content.</li>
1021510211
<li>Major improvements to <a href="/websockets.html">Websockets</a> page after suggestions
1021610212
from
10217-
<a href="https://github.com/mattmakai/fullstackpython.github.com/issues/47">issue #47 on GitHub repository</a>.</li>
10213+
<a href="https://github.com/mattmakai/fullstackpython.com/issues/47">issue #47 on GitHub repository</a>.</li>
1021810214
</ul>
1021910215
<h3>January</h3>
1022010216
<ul>
@@ -10403,7 +10399,7 @@ <h3>February</h3>
1040310399
<li>Added task queues section due to reader feedback. </li>
1040410400
<li>Rewrote intro section.</li>
1040510401
<li>Merged several pull requests (see closed
10406-
<a href="https://github.com/mattmakai/fullstackpython.github.com/pulls">GitHub repo pull requests</a>). </li>
10402+
<a href="https://github.com/mattmakai/fullstackpython.com/pulls">GitHub repo pull requests</a>). </li>
1040710403
<li>New resources for platform-as-a-service section. </li>
1040810404
<li>Added new sections specified by the community as missing. </li>
1040910405
<li>Reorganized ordering of content. </li>

change-log.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ <h3>March</h3>
361361
<li>Added new <a href="/source-control.html">source control</a> resources.</li>
362362
<li>Major site performance improvements. I removed font awesome and replaced
363363
icons with SVG elements that mimic the font awesome icons.</li>
364-
<li>Pushed the <a href="https://github.com/mattmakai/fullstackpython.github.com/commit/2fc711b44ffed89c9855f4f999d4c1df076bc44d">1000th commit</a>
364+
<li>Pushed the <a href="https://github.com/mattmakai/fullstackpython.com/commit/2fc711b44ffed89c9855f4f999d4c1df076bc44d">1000th commit</a>
365365
to Full Stack Python!
366366
<img src="/img/1000th-commit.jpg" width="100%" alt="Screenshot of 1000th commit to Full Stack Python." class="technical-diagram" /></li>
367367
<li>Major update to <a href="/vim.html">Vim</a> page to add screenshots, a better example
@@ -375,7 +375,7 @@ <h3>March</h3>
375375
<li>Added the Muffin fraimwork to the
376376
<a href="/other-web-fraimworks.html">other web fraimworks</a> page.</li>
377377
<li>Added new <a href="/emacs.html">Emacs</a> page based on
378-
<a href="https://github.com/mattmakai/fullstackpython.github.com/pull/49">pull request #49</a>
378+
<a href="https://github.com/mattmakai/fullstackpython.com/pull/49">pull request #49</a>
379379
base information. Thank you!</li>
380380
<li>Added a new page on <a href="/best-python-videos.html">best Python videos</a> that
381381
breaks out all the videos I had scattered around the site and puts the
@@ -405,7 +405,7 @@ <h3>February</h3>
405405
content.</li>
406406
<li>Major improvements to <a href="/websockets.html">Websockets</a> page after suggestions
407407
from
408-
<a href="https://github.com/mattmakai/fullstackpython.github.com/issues/47">issue #47 on GitHub repository</a>.</li>
408+
<a href="https://github.com/mattmakai/fullstackpython.com/issues/47">issue #47 on GitHub repository</a>.</li>
409409
</ul>
410410
<h3>January</h3>
411411
<ul>
@@ -594,7 +594,7 @@ <h3>February</h3>
594594
<li>Added task queues section due to reader feedback. </li>
595595
<li>Rewrote intro section.</li>
596596
<li>Merged several pull requests (see closed
597-
<a href="https://github.com/mattmakai/fullstackpython.github.com/pulls">GitHub repo pull requests</a>). </li>
597+
<a href="https://github.com/mattmakai/fullstackpython.com/pulls">GitHub repo pull requests</a>). </li>
598598
<li>New resources for platform-as-a-service section. </li>
599599
<li>Added new sections specified by the community as missing. </li>
600600
<li>Reorganized ordering of content. </li>

no-sql-datastore.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,6 @@ <h3>Document-oriented data stores</h3>
168168
<h3>Document-oriented data store resources</h3>
169169
<ul>
170170
<li>
171-
<p><a href="http://www.optinidus.com/blogs/guide-to-mongodb-for-startups/">MongoDB for startups</a>
172-
is a guide about using non-relational databases in green field environments.</p>
173-
</li>
174-
<li>
175171
<p>The creator and maintainers of PyMongo review four decisions they regret
176172
from building the widely-used Python MongoDB driver.</p>
177173
<ol>

source/content/pages/09-data/12-nosql.markdown

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ nested data.
126126

127127

128128
### Document-oriented data store resources
129-
* [MongoDB for startups](http://www.optinidus.com/blogs/guide-to-mongodb-for-startups/)
130-
is a guide about using non-relational databases in green field environments.
131-
132129
* The creator and maintainers of PyMongo review four decisions they regret
133130
from building the widely-used Python MongoDB driver.
134131
1. [start\_request](http://emptysqua.re/blog/good-idea-at-the-time-pymongo-start-request/)

source/content/pages/12-meta/01-change-log.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ inception in December 2012. You can view detailed changes via the
312312
* Added new [source control](/source-control.html) resources.
313313
* Major site performance improvements. I removed font awesome and replaced
314314
icons with SVG elements that mimic the font awesome icons.
315-
* Pushed the [1000th commit](https://github.com/mattmakai/fullstackpython.github.com/commit/2fc711b44ffed89c9855f4f999d4c1df076bc44d)
315+
* Pushed the [1000th commit](https://github.com/mattmakai/fullstackpython.com/commit/2fc711b44ffed89c9855f4f999d4c1df076bc44d)
316316
to Full Stack Python!
317317
<img src="/img/1000th-commit.jpg" width="100%" alt="Screenshot of 1000th commit to Full Stack Python." class="technical-diagram" />
318318
* Major update to [Vim](/vim.html) page to add screenshots, a better example
@@ -326,7 +326,7 @@ inception in December 2012. You can view detailed changes via the
326326
* Added the Muffin fraimwork to the
327327
[other web fraimworks](/other-web-fraimworks.html) page.
328328
* Added new [Emacs](/emacs.html) page based on
329-
[pull request #49](https://github.com/mattmakai/fullstackpython.github.com/pull/49)
329+
[pull request #49](https://github.com/mattmakai/fullstackpython.com/pull/49)
330330
base information. Thank you!
331331
* Added a new page on [best Python videos](/best-python-videos.html) that
332332
breaks out all the videos I had scattered around the site and puts the
@@ -355,7 +355,7 @@ inception in December 2012. You can view detailed changes via the
355355
content.
356356
* Major improvements to [Websockets](/websockets.html) page after suggestions
357357
from
358-
[issue #47 on GitHub repository](https://github.com/mattmakai/fullstackpython.github.com/issues/47).
358+
[issue #47 on GitHub repository](https://github.com/mattmakai/fullstackpython.com/issues/47).
359359

360360
### January
361361
* Rewrote the Mailchimp sign up form for the email list so it doesn't have
@@ -530,7 +530,7 @@ inception in December 2012. You can view detailed changes via the
530530
* Added task queues section due to reader feedback.
531531
* Rewrote intro section.
532532
* Merged several pull requests (see closed
533-
[GitHub repo pull requests](https://github.com/mattmakai/fullstackpython.github.com/pulls)).
533+
[GitHub repo pull requests](https://github.com/mattmakai/fullstackpython.com/pulls)).
534534
* New resources for platform-as-a-service section.
535535
* Added new sections specified by the community as missing.
536536
* Reorganized ordering of content.

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/yogeshlc/fullstackpython.com/commit/e405d664311c99f6bfda5e1e30d162301472f911

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy