From c56bc735fce0214f5279cfe594e7537581155fea Mon Sep 17 00:00:00 2001 From: Robert Hart <hart@physics.harvard.edu> Date: Thu, 20 Sep 2018 10:42:55 -0400 Subject: [PATCH] fixed strapdown loc --- amplifiers/index.html | 2 +- inductors_motors/index.html | 2 +- microcontroller/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/amplifiers/index.html b/amplifiers/index.html index a0986d0..2b0f1e6 100644 --- a/amplifiers/index.html +++ b/amplifiers/index.html @@ -33,5 +33,5 @@ </xmp> -<script src="strapdown-gh-pages/strapdown-gh-pages/v/0.2/strapdown.js"></script> +<script src="../strapdown-gh-pages/strapdown-gh-pages/v/0.2/strapdown.js"></script> </html> diff --git a/inductors_motors/index.html b/inductors_motors/index.html index 105e341..8396c29 100644 --- a/inductors_motors/index.html +++ b/inductors_motors/index.html @@ -47,5 +47,5 @@ </xmp> -<script src="strapdown-gh-pages/strapdown-gh-pages/v/0.2/strapdown.js"></script> +<script src="../strapdown-gh-pages/strapdown-gh-pages/v/0.2/strapdown.js"></script> </html> diff --git a/microcontroller/index.html b/microcontroller/index.html index fa5817d..46e39de 100644 --- a/microcontroller/index.html +++ b/microcontroller/index.html @@ -57,5 +57,5 @@ Pins: Supply (2.7-5.5V), ground, reset. Other pins available for input and out </xmp> -<script src="strapdown-gh-pages/strapdown-gh-pages/v/0.2/strapdown.js"></script> +<script src="../strapdown-gh-pages/strapdown-gh-pages/v/0.2/strapdown.js"></script> </html> -- GitLab