diff --git a/lectures/l11.md b/lectures/l11.md index e24c5cc..7bf58e2 100644 --- a/lectures/l11.md +++ b/lectures/l11.md @@ -28,7 +28,7 @@ In this module, you will learn to: * Activity: [Transcript REST Server]({{ site.baseurl }}{% link Activities/Module11 REST Activity.md %}) ### Tutorials -* [Tutorial: Basics of React]({{site.baseurl}}{% link tutorials/week5-socketio.md %}) +* [Tutorial: Socket IO]({{site.baseurl}}{% link tutorials/week5-socketio.md %}) ### Resources diff --git a/tutorials/week1-mongodb-mongoose.md b/tutorials/week1-mongodb-mongoose.md index dac4b15..ee146ca 100644 --- a/tutorials/week1-mongodb-mongoose.md +++ b/tutorials/week1-mongodb-mongoose.md @@ -3,7 +3,7 @@ layout: page title: MongoDB and Mongoose permalink: /tutorials/week1-mongodb-mongoose parent: Tutorials -nav_order: 4 +nav_order: 5 --- # A mini-tutorial on MongoDB and Mongoose