summaryrefslogtreecommitdiff
path: root/docs/samples
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2020-04-10 01:54:01 +0300
committerRasmus Andersson <rasmus@notion.se>2020-04-10 01:54:21 +0300
commitd324bcd45dfe92521d465f6328e79c2ee819c12d (patch)
treed7f54ab3e2fe125e5e0f2f71508eb65fe75f0268 /docs/samples
parent5d16a30212d49137aecadd7cc87237f906a88f2a (diff)
downloadinter-d324bcd45dfe92521d465f6328e79c2ee819c12d.tar.xz
attempt to unfuck git-lfs
Diffstat (limited to 'docs/samples')
-rw-r--r--docs/samples/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/samples/index.html b/docs/samples/index.html
index 7a4ced920..15b68fc8d 100644
--- a/docs/samples/index.html
+++ b/docs/samples/index.html
@@ -12,17 +12,17 @@ for file in site.static_files %}{%
assign _path = file.path | remove_first: "/inter" %}{%
if _path == "/samples/index.css" %}{%
assign index_css_v = file.modified_time | date: "%Y%m%d%H%M%S" %}{%
- elsif _path == "/res/bindings.js" %}{%
+ elsif _path == "/r/bindings.js" %}{%
assign bindings_js_v = file.modified_time | date: "%Y%m%d%H%M%S" %}{%
- elsif _path == "/res/graphplot.js" %}{%
+ elsif _path == "/r/graphplot.js" %}{%
assign graphplot_js_v = file.modified_time | date: "%Y%m%d%H%M%S" %}{%
endif %}{%
endfor
%}
<link rel="stylesheet" href="index.css?v={{ index_css_v }}">
-<script src="{{url_root}}res/bindings.js?v={{ bindings_js_v }}"></script>
-<script src="{{url_root}}res/graphplot.js?v={{ graphplot_js_v }}"></script>
+<script src="{{url_root}}r/bindings.js?v={{ bindings_js_v }}"></script>
+<script src="{{url_root}}r/graphplot.js?v={{ graphplot_js_v }}"></script>
{% include ctxedit.html %}
<div class="row"><div>