Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use raw.github for demos #86

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion advanced_routing.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>Advaned Routing Example</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/jquery-ui.min.js"></script>
<script type="text/javascript" src="https://raw.github.com/mtrpcic/pathjs/master/path.js"></script>
<script type="text/javascript" src="https://rawgit.com/mtrpcic/pathjs/master/path.js"></script>
<link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.0/themes/base/jquery-ui.css"></style>
<style type="text/css">
body {
Expand Down
2 changes: 1 addition & 1 deletion hashtag_basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>Hashtag Example</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/jquery-ui.min.js"></script>
<script type="text/javascript" src="https://raw.github.com/mtrpcic/pathjs/master/path.js"></script>
<script type="text/javascript" src="https://rawgit.com/mtrpcic/pathjs/master/path.js"></script>
<link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.0/themes/base/jquery-ui.css"></style>
<style type="text/css">
body {
Expand Down
2 changes: 1 addition & 1 deletion html5_basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>HTML5 Example</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/jquery-ui.min.js"></script>
<script type="text/javascript" src="https://raw.github.com/mtrpcic/pathjs/master/path.js"></script>
<script type="text/javascript" src="https://rawgit.com/mtrpcic/pathjs/master/path.js"></script>
<link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.0/themes/base/jquery-ui.css"></style>
<style type="text/css">
body {
Expand Down