Skip to content

Commit

Permalink
fixed demo links
Browse files Browse the repository at this point in the history
  • Loading branch information
AUTplayed committed Aug 9, 2019
1 parent 54d11d7 commit 2bc60a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ldf.nav("login");

You can include css and js in your html files just like normal, they will also be dynamically loaded.

For a small demonstration, check out the `demo` directory, [or check it out live.](https://autplayed.github.io/ldf/demo/)
For a small demonstration, check out the `demo` directory, [or check it out live.](https://ldf.js.org/demo/)

**Notes:**

Expand Down
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h1 id="header">My Website</h1>
<script src="ldf.js"></script>
<script>
var header = document.querySelector("#header");
ldf.baseurl = "/ldf/demo/"; // needed for github pages
ldf.baseurl = "/demo/"; // needed for github pages
ldf.begin = function () {
header.innerHTML = "My Website (loading)";
};
Expand Down

0 comments on commit 2bc60a7

Please sign in to comment.