Skip to content

Commit 4ae6ff3

Browse files
authored
Fix broken sass file links (#472)
1 parent e8b2d16 commit 4ae6ff3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gnome-shell/src/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can read about SASS on its [web page][sass-web]. Once you make your
2626
changes to the [_common.scss][common] file, you can run ninja to generate the
2727
final CSS files.
2828

29-
[common]: data/theme/gnome-shell-sass/_common.scss
30-
[colors]: data/theme/gnome-shell-sass/_colors.scss
31-
[drawing]: data/theme/gnome-shell-sass/_drawing.scss
29+
[common]: gnome-shell-sass/_common.scss
30+
[colors]: gnome-shell-sass/_colors.scss
31+
[drawing]: gnome-shell-sass/_drawing.scss
3232
[sass-web]: http://sass-lang.com/documentation/

0 commit comments

Comments
 (0)