Skip to content

Commit

Permalink
Update CS 362 topics. Add GitHub Flow code link.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed May 13, 2024
1 parent d31aabf commit fccd0ea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/data/courses/sp24/cs362/topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ const topics = [
{
title: 'Test Doubles',
weeks: [ 5, 6 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down Expand Up @@ -270,16 +269,17 @@ const topics = [
{
title: 'A Team-Based Workflow for using Git and GitHub',
weeks: [ 7 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
link: 'https://docs.google.com/document/d/1Uzencnr7c6dorZvG53g27G57B8lIowoctNTZosUsiuM/edit?usp=sharing'
},
// {
// title: 'Example code',
// link: 'https://github.com/osu-cs362-sp23/github-flow',
// description: 'code written during lecture'
// }
{
title: 'Example code',
link: 'https://github.com/osu-cs362-sp24/github-flow',
description: 'code written during lecture'
}
],
readings: [
{
Expand Down

0 comments on commit fccd0ea

Please sign in to comment.