about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-10-10 19:25:30 +0530
committerAndinus <andinus@nand.sh>2021-10-10 19:25:30 +0530
commite62385395a3ac5f7c36ecefcd613f48cfa15d4ad (patch)
tree23bc0c31633401eada0960c4c3b7cbb88869768c /src
parente3c4aaf6c20ac1aab52ba30c93f1d360b21dfff8 (diff)
downloaddorado-e62385395a3ac5f7c36ecefcd613f48cfa15d4ad.tar.gz
Add plotly, update README to add Development notes
Diffstat (limited to 'src')
-rw-r--r--src/algorithms/line-drawing/DDA.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algorithms/line-drawing/DDA.svelte b/src/algorithms/line-drawing/DDA.svelte
index fe5e8e5..58cf07d 100644
--- a/src/algorithms/line-drawing/DDA.svelte
+++ b/src/algorithms/line-drawing/DDA.svelte
@@ -1,5 +1,5 @@
 <svelte:head>
-  <script src="https://andinus.unfla.me/resources/js/plotly/plotly.min.js" on:load={plotlyLoaded}></script>
+  <script src="../../resources/js/plotly/plotly.min.js" on:load={plotlyLoaded}></script>
 </svelte:head>
 <script>
   let solved = false;