Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Fix assets path in html
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojciech Możejko committed Aug 31, 2016
1 parent 4d56fe2 commit 0fc13f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.tag
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<link href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.2/semantic.min.css" rel="stylesheet" media="screen">
<link href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.6.0/styles/default.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/jquery-jsonview/1.2.3/jquery.jsonview.min.css" rel="stylesheet" media="screen">
<link href="/assets/styles.css" rel="stylesheet" media="screen">
<link href="assets/styles.css" rel="stylesheet" media="screen">

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.2/semantic.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.6.0/highlight.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-jsonview/1.2.3/jquery.jsonview.min.js" defer></script>

<script src="/assets/scripts.js" defer></script>
<script src="assets/scripts.js" defer></script>

<script>
this.api = opts.api
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raml1-doc",
"version": "1.0.1",
"version": "1.0.2",
"description": "Generate HTML documentation using RAML",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0fc13f0

Please sign in to comment.