Skip to content

Commit d55a4ee

Browse files
authored
Merge pull request #31 from mongodb-developer/fix-broken-link
Fixed broken link
2 parents 6f9fb57 + d4d64b7 commit d55a4ee

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/0-intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import TabItem from '@theme/TabItem';
1313
||- Importing a relational DB: import the schema|
1414
||- Map the relational schema to a MongoDB schema|
1515
||- Migrate the data to MongoDB|
16-
|Prerequisites| See [Prerequisites](/docs/category/-prerequisites/)|
16+
|Prerequisites| See [Dev Environment](/docs/category/dev-environment/)|
1717
|Time to complete|1.5 hour|
1818

1919
These labs are meant to be presented by one of our amazing instructors, but you can also do them on your own.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "relational-migrator-lab",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)