Skip to content

Commit 84c95d4

Browse files
committed
fix a couple of link redirects
1 parent 288a43f commit 84c95d4

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

all.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8833,7 +8833,7 @@ <h3>Document-oriented data store resources</h3>
88338833
Python driver for MongoDB.</p>
88348834
</li>
88358835
<li>
8836-
<p><a href="https://engineering.meteor.com/mongodb-queries-dont-always-return-all-matching-documents-654b6594a827">MongoDB queries don’t always return all matching documents!</a>
8836+
<p><a href="https://blog.meteor.com/mongodb-queries-dont-always-return-all-matching-documents-654b6594a827">MongoDB queries don’t always return all matching documents!</a>
88378837
is a walkthrough of discovering how MongoDB queries actually work, and
88388838
shows some potential pitfalls of relying on technologies where you do
88398839
not fully understand how they operate.</p>
@@ -9097,7 +9097,7 @@ <h3>Specific MongoDB resources</h3>
90979097
</ol>
90989098
</li>
90999099
<li>
9100-
<p><a href="https://engineering.meteor.com/mongodb-queries-dont-always-return-all-matching-documents-654b6594a827">MongoDB queries do not always return all matching documents!</a>
9100+
<p><a href="https://blog.meteor.com/mongodb-queries-dont-always-return-all-matching-documents-654b6594a827">MongoDB queries do not always return all matching documents!</a>
91019101
walks through discovering that potential pitfalls on how MongoDB queries
91029102
operate that were non-intuitive to some developers.</p>
91039103
</li>

mongodb.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h3>Specific MongoDB resources</h3>
6969
</ol>
7070
</li>
7171
<li>
72-
<p><a href="https://engineering.meteor.com/mongodb-queries-dont-always-return-all-matching-documents-654b6594a827">MongoDB queries do not always return all matching documents!</a>
72+
<p><a href="https://blog.meteor.com/mongodb-queries-dont-always-return-all-matching-documents-654b6594a827">MongoDB queries do not always return all matching documents!</a>
7373
walks through discovering that potential pitfalls on how MongoDB queries
7474
operate that were non-intuitive to some developers.</p>
7575
</li>

no-sql-datastore.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ <h3>Document-oriented data store resources</h3>
159159
Python driver for MongoDB.</p>
160160
</li>
161161
<li>
162-
<p><a href="https://engineering.meteor.com/mongodb-queries-dont-always-return-all-matching-documents-654b6594a827">MongoDB queries don’t always return all matching documents!</a>
162+
<p><a href="https://blog.meteor.com/mongodb-queries-dont-always-return-all-matching-documents-654b6594a827">MongoDB queries don’t always return all matching documents!</a>
163163
is a walkthrough of discovering how MongoDB queries actually work, and
164164
shows some potential pitfalls of relying on technologies where you do
165165
not fully understand how they operate.</p>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ nested data.
116116
Talk Python to Me podcast has a great interview with the maintainer of the
117117
Python driver for MongoDB.
118118

119-
* [MongoDB queries don’t always return all matching documents!](https://engineering.meteor.com/mongodb-queries-dont-always-return-all-matching-documents-654b6594a827)
119+
* [MongoDB queries don’t always return all matching documents!](https://blog.meteor.com/mongodb-queries-dont-always-return-all-matching-documents-654b6594a827)
120120
is a walkthrough of discovering how MongoDB queries actually work, and
121121
shows some potential pitfalls of relying on technologies where you do
122122
not fully understand how they operate.

source/content/pages/09-data/14-mongodb.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ storing, querying and analyzing persistence data in Python applications.
3636
1. [copy\_database](http://emptysqua.re/blog/good-idea-at-the-time-pymongo-copy-database/)
3737
1. [MongoReplicaSetClient](http://emptysqua.re/blog/good-idea-at-the-time-pymongo-mongoreplicasetclient/)
3838

39-
* [MongoDB queries do not always return all matching documents!](https://engineering.meteor.com/mongodb-queries-dont-always-return-all-matching-documents-654b6594a827)
39+
* [MongoDB queries do not always return all matching documents!](https://blog.meteor.com/mongodb-queries-dont-always-return-all-matching-documents-654b6594a827)
4040
walks through discovering that potential pitfalls on how MongoDB queries
4141
operate that were non-intuitive to some developers.
4242

0 commit comments

Comments
 (0)