|
13 | 13 | <script src="lib/vendor/json2.js"></script>
|
14 | 14 |
|
15 | 15 | <!-- The main Annotator script -->
|
16 |
| - <script src="pkg/annotator/annotator.min.js"></script> |
| 16 | + <script src="pkg/annotator.min.js"></script> |
17 | 17 |
|
18 | 18 | <!-- Annotator's styling and images -->
|
19 |
| - <link rel="stylesheet" type="text/css" href="pkg/annotator/annotator.min.css"> |
| 19 | + <link rel="stylesheet" type="text/css" href="pkg/annotator.min.css"> |
20 | 20 |
|
21 | 21 | <!-- The following plugins are entirely optional -->
|
22 | 22 |
|
23 | 23 | <!-- The Store plugin. Saves annotations to a remote backend -->
|
24 |
| - <script src="pkg/annotator/annotator.store.min.js"></script> |
| 24 | + <script src="pkg/annotator.store.min.js"></script> |
25 | 25 |
|
26 | 26 | <!-- The Auth plugin. Allows users of Annotator to authenticate themselves
|
27 | 27 | to the remote backend -->
|
28 |
| - <script src="pkg/annotator/annotator.auth.min.js"></script> |
| 28 | + <script src="pkg/annotator.auth.min.js"></script> |
29 | 29 |
|
30 | 30 | <!-- The Permissions plugin. See who created which annotation and create
|
31 | 31 | annotations as a specified user -->
|
32 |
| - <script src="pkg/annotator/annotator.permissions.min.js"></script> |
| 32 | + <script src="pkg/annotator.permissions.min.js"></script> |
33 | 33 |
|
34 | 34 | <!-- The Tags plugin. Edit and display tag keywords on annotations -->
|
35 |
| - <script src="pkg/annotator/annotator.tags.min.js"></script> |
| 35 | + <script src="pkg/annotator.tags.min.js"></script> |
36 | 36 |
|
37 | 37 | <!-- The Markdown plugin. Treat annotation text as Markdown -->
|
38 | 38 | <script src="lib/vendor/showdown.js"></script>
|
39 |
| - <script src="pkg/annotator/annotator.markdown.min.js"></script> |
| 39 | + <script src="pkg/annotator.markdown.min.js"></script> |
40 | 40 |
|
41 | 41 | </head>
|
42 | 42 |
|
|
0 commit comments