diff options
| author | clerval <628009+clerval@users.noreply.github.com> | 2020-05-13 12:27:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-13 12:27:52 +0200 |
| commit | af932dc0b2798423e66ba67de1c099596ad2fd3f (patch) | |
| tree | a54a6e6e0389c9bc9501b327d50014c135be71df | |
| parent | 554b492b37d98a0404a4167525aef29ec491dc63 (diff) | |
Fix links
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"/> |
