Skip to content
This repository was archived by the owner on Nov 23, 2021. It is now read-only.

Commit f6f14b6

Browse files
committed
Fix typo
1 parent 34ebf90 commit f6f14b6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/how_do_i_use_ditto.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ snippet and save it as `index.html`
3636
<script src="//code.jquery.com/ui/1.10.4/jquery-ui.min.js"></script>
3737

3838
<!-- MARKED -->
39-
<script src="//chutsu.github.io/ditto/ver/VER/marked.js"></script>
39+
<script src="//chutsu.github.io/ditto/ver/latest/marked.js"></script>
4040

4141
<!-- HIGHLIGHT.JS -->
42-
<link rel="stylesheet" href="//chutsu.github.io/ditto/ver/VER/github.css">
43-
<script src="//chutsu.github.io/ditto/ver/VER/highlight.js"></script>
42+
<link rel="stylesheet" href="//chutsu.github.io/ditto/ver/latest/github.css">
43+
<script src="//chutsu.github.io/ditto/ver/latest/highlight.js"></script>
4444

4545
<!-- MATHJAX -->
4646
<script type="text/x-mathjax-config">
@@ -64,8 +64,8 @@ snippet and save it as `index.html`
6464
</script>
6565

6666
<!-- DITTO CSS -->
67-
<link rel="stylesheet" href="//chutsu.github.io/ditto/ver/VER/ditto.css">
68-
<script src="//chutsu.github.io/ditto/ver/VER/ditto.js"></script>
67+
<link rel="stylesheet" href="//chutsu.github.io/ditto/ver/latest/ditto.css">
68+
<script src="//chutsu.github.io/ditto/ver/latest/ditto.js"></script>
6969
</head>
7070
<body>
7171
<!-- ESSENTIAL -->

0 commit comments

Comments
 (0)