Skip to content

Commit

Permalink
Update CS 493 topics.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed May 17, 2024
1 parent d0a354b commit 2b209cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/data/courses/sp24/cs493/topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ const topics = [
{
title: 'API Rate Limiting and Redis',
weeks: [ 7 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down Expand Up @@ -387,16 +386,17 @@ const topics = [
{
title: 'Storing File Data',
weeks: [ 8 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
link: 'https://docs.google.com/document/d/1FD1RY28hHCzeIirL1r9eMtTqr-fa4biBG7e-tKXpub8/edit?usp=sharing'
},
// {
// title: 'Example code',
// link: 'https://github.com/osu-cs493-sp23/file-storage',
// description: 'GitHub repo for code written in lecture'
// },
{
title: 'Example code',
link: 'https://github.com/osu-cs493-599-sp24/file-storage',
description: 'GitHub repo for code written in lecture'
},
],
readings: [
{
Expand Down

0 comments on commit 2b209cc

Please sign in to comment.