From 54549482f5ec51ef8c3f9d30661225356226167b Mon Sep 17 00:00:00 2001 From: Lena Perzlmaier <45842617+LeniPe@users.noreply.github.com> Date: Fri, 14 Aug 2026 13:13:35 +0200 Subject: [PATCH 1/2] Fix MongoDB links in part3c.md Updated MongoDB documentation links to use the correct URLs. --- src/content/3/en/part3c.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/3/en/part3c.md b/src/content/3/en/part3c.md index 5e9cb17f31..6374fb1638 100644 --- a/src/content/3/en/part3c.md +++ b/src/content/3/en/part3c.md @@ -73,7 +73,7 @@ Document databases differ from relational databases in how they organize data as You can read more about document databases and NoSQL from the course material for [week 7](https://tikape-s18.mooc.fi/part7/) of the Introduction to Databases course. Unfortunately, the material is currently only available in Finnish. -Read now the chapters on [collections](https://docs.mongodb.com/manual/core/databases-and-collections/) and [documents](https://docs.mongodb.com/manual/core/document/) from the MongoDB manual to get a basic idea of how a document database stores data. +Read now the chapters on [collections](https://www.mongodb.com/docs/manual/core/databases-and-collections/) and [documents](www.mongodb.com/docs/manual/core/document/) from the MongoDB manual to get a basic idea of how a document database stores data. Naturally, you can install and run MongoDB on your computer. However, the internet is also full of Mongo database services that you can use. Our preferred MongoDB provider in this course will be [MongoDB Atlas](https://www.mongodb.com/atlas/database). From 96be102357e70c79bfb383e5531026c9ab7106e5 Mon Sep 17 00:00:00 2001 From: Lena Perzlmaier <45842617+LeniPe@users.noreply.github.com> Date: Fri, 14 Aug 2026 13:19:18 +0200 Subject: [PATCH 2/2] Fix broken link in part3c.md --- src/content/3/en/part3c.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/3/en/part3c.md b/src/content/3/en/part3c.md index 6374fb1638..b0b68ca7f1 100644 --- a/src/content/3/en/part3c.md +++ b/src/content/3/en/part3c.md @@ -73,7 +73,7 @@ Document databases differ from relational databases in how they organize data as You can read more about document databases and NoSQL from the course material for [week 7](https://tikape-s18.mooc.fi/part7/) of the Introduction to Databases course. Unfortunately, the material is currently only available in Finnish. -Read now the chapters on [collections](https://www.mongodb.com/docs/manual/core/databases-and-collections/) and [documents](www.mongodb.com/docs/manual/core/document/) from the MongoDB manual to get a basic idea of how a document database stores data. +Read now the chapters on [collections](https://www.mongodb.com/docs/manual/core/databases-and-collections/) and [documents](https://www.mongodb.com/docs/manual/core/document/) from the MongoDB manual to get a basic idea of how a document database stores data. Naturally, you can install and run MongoDB on your computer. However, the internet is also full of Mongo database services that you can use. Our preferred MongoDB provider in this course will be [MongoDB Atlas](https://www.mongodb.com/atlas/database).