Skip to content

Commit

Permalink
Update CS 492 topics. Add HTTP code link.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Feb 6, 2024
1 parent 851f58c commit e4804fb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/data/courses/w24/cs492/topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ const topics = [
{
title: 'RecyclerView',
weeks: [ 3 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down Expand Up @@ -192,16 +191,17 @@ const topics = [
{
title: 'Using Data from the Internet',
weeks: [ 4 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
link: 'https://docs.google.com/document/d/1KW2qwtoMDDYhP0ximsH1ZoyKmxCTqrub9cD6BQHpAmI/edit?usp=sharing'
},
// {
// title: 'Example code',
// link: 'https://github.com/osu-cs492-w23/GitHubSearch',
// description: 'GitHub repo for code written in lecture'
// },
{
title: 'Example code',
link: 'https://github.com/osu-cs492-599-w24/GitHubSearch',
description: 'GitHub repo for code written in lecture'
},
],
readings: [
{
Expand Down

0 comments on commit e4804fb

Please sign in to comment.