Skip to content

Commit

Permalink
Merge pull request #298 from mikewest/raw.github.com
Browse files Browse the repository at this point in the history
Serve JavaScript from GitHub Pages.
  • Loading branch information
darobin committed Mar 21, 2014
2 parents 6a020c6 + f627239 commit 472c081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/profile-w3c-common.js
Expand Up @@ -10,7 +10,7 @@ var requireConfig = {
};
if ("respecVersion" in window && respecVersion) {
requireConfig.paths = {
"ui": "https://raw.github.com/darobin/respec/gh-pages/js/ui"
"ui": "https://darobin.github.io/respec/js/ui"
};
}
require.config(requireConfig);
Expand Down

0 comments on commit 472c081

Please sign in to comment.