Skip to content

Commit 614c53b

Browse files
committed
fix some links
1 parent 1ccc530 commit 614c53b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lecture_notes/week_2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Selectors can be combined to make them more specific or to create interactions l
7272

7373
Those are sadly not the most intuitive symbols. There are also to less-used exotic ones you may see
7474
in the wild. Normalize looking these up on
75-
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_selectors/Selectors_and_combinators.
75+
<https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_selectors/Selectors_and_combinators>.
7676
---
7777

7878
# Lab 2: CSS Diner
@@ -97,7 +97,7 @@ without any javascruipt code.
9797
***
9898

9999
And many more! Normalize looking them up if you are trying to do something specific:
100-
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/Pseudo-classes
100+
<https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/Pseudo-classes>
101101
---
102102

103103
# Act Break

0 commit comments

Comments
 (0)