Skip to content

Commit

Permalink
docs for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
stuyam committed Nov 14, 2018
1 parent aa769ab commit f1a06d6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Yay, you're interested in helping work on this project. Thank you!

- `src/` - JavaScript Source
- `dist/` - Compiled and Minified
- `examples/` - Example test cases in browser
- `docs/` - Example test cases in browser and publishes to GitHub Pages

## Having a problem?

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion example/index.html → docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<body>
<div id="root">
<div class="text-center mt-4">
open terminal, run <code>npm run serve</code> in the project directory, and navigate to <a href="http://localhost:3000/example">localhost:3000/example</a>
open terminal, run <code>npm run serve</code> in the project directory, and navigate to <a href="http://localhost:3000/docs">localhost:3000/docs</a>
</div>
</body>
</html>

0 comments on commit f1a06d6

Please sign in to comment.