Skip to content

Commit ceab45e

Browse files
committed
fix(lessons): add missing reference links in NextJS intro lesson
- Add GitHub URL for seed.sql reference - Add GitHub URL for notes.db reference - Add GitHub URL for globals.css reference
1 parent ae0d949 commit ceab45e

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)