Skip to content

Commit 693e589

Browse files
authored
Merge pull request #8 from ivanroguerre/fix/lesson-04-A-links-broken
Fix broken reference links in NextJS lesson
2 parents ae0d949 + ceab45e commit 693e589

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lessons/04-rscs-with-nextjs/A-abbreviated-intro-to-nextjs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ Great! This should be all fairly non-interesting. The only thing here is that pa
104104

105105
Lastly, update [the globals.css to be this][css]. Go ahead and delete page.module.css. CSS modules are awesome but not in scope for this class so I've just written all the CSS for you.
106106

107-
[seed]:
108-
[db]:
109-
[css]:
107+
[seed]: https://github.com/btholt/irv6-project/blob/main/completed/nextjs/seed.sql
108+
[db]: https://github.com/btholt/irv6-project/blob/main/notes.db
109+
[css]: https://github.com/btholt/irv6-project/blob/main/globals.css

0 commit comments

Comments
 (0)