aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclerval <628009+clerval@users.noreply.github.com>2020-05-13 12:27:52 +0200
committerGitHub <noreply@github.com>2020-05-13 12:27:52 +0200
commitaf932dc0b2798423e66ba67de1c099596ad2fd3f (patch)
treea54a6e6e0389c9bc9501b327d50014c135be71df
parent554b492b37d98a0404a4167525aef29ec491dc63 (diff)
Fix links
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a896233..39df84f 100644
--- a/README.md
+++ b/README.md
@@ -6,13 +6,13 @@ This repository is for the application themes and tools used across the [Hundred
## Setup
-**Install Theme support** by adding [theme.js](https://github.com/hundredrabbits/Dotgrid/blob/master/desktop/sources/scripts/lib/theme.js) to your header.
+**Install Theme support** by adding [theme.js](https://github.com/hundredrabbits/Dotgrid/blob/master/scripts/lib/theme.js) to your header.
```
<script type="text/javascript" src="scripts/lib/theme.js"></script>
```
-**Define Theme overrides** in a dedicated [theme.css](https://github.com/hundredrabbits/Dotgrid/blob/master/desktop/sources/links/theme.css) by adding this line to your header.
+**Define Theme overrides** in a dedicated [theme.css](https://github.com/hundredrabbits/Dotgrid/blob/master/links/theme.css) by adding this line to your header.
```
<link rel="stylesheet" type="text/css" href="links/theme.css"/>