Skip to content

Commit

Permalink
Update CS 493 topics. Publish MongoDB code link.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Apr 29, 2024
1 parent c8fa66b commit f62be04
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/data/courses/sp24/cs493/topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,16 +243,17 @@ const topics = [
{
title: 'Using MongoDB to Store API Data',
weeks: [ 5 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
link: 'https://docs.google.com/document/d/16Po_Rw5a1DiLo4DuSyA7oiCbB-SJA2yqPBYVBZ3d088/edit?usp=sharing'
},
// {
// title: 'Example code',
// link: 'https://github.com/osu-cs493-sp23/using-mongodb',
// description: 'GitHub repo for code written in lecture'
// }
{
title: 'Example code',
link: 'https://github.com/osu-cs493-599-sp24/using-mongodb',
description: 'GitHub repo for code written in lecture'
}
],
readings: [
{
Expand Down

0 comments on commit f62be04

Please sign in to comment.