diff --git a/README.md b/README.md index da354c8..3805069 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# bootstrap - [AngularJS](http://angularjs.org/) directives specific to [twitter bootstrap](http://twitter.github.com/bootstrap/) +# bootstrap - [AngularJS](http://angularjs.org/) directives specific to [twitter bootstrap](http://twitter.github.io/bootstrap/) *** @@ -6,7 +6,7 @@ ## Demo -Do you want to see directives in action? Visit http://angular-ui.github.com/bootstrap/! +Do you want to see directives in action? Visit http://angular-ui.github.io/bootstrap/! ## Installation diff --git a/misc/demo-assets/plunker.js b/misc/demo-assets/plunker.js index 3eda263..32f1cff 100644 --- a/misc/demo-assets/plunker.js +++ b/misc/demo-assets/plunker.js @@ -16,7 +16,7 @@ angular.module('plunker', []) '\n' + ' \n' + ' \n' + - ' \n' + + ' \n' + ' \n' + ' \n' + ' \n' + @@ -30,7 +30,7 @@ angular.module('plunker', []) return "angular.module('plunker', ['ui.bootstrap']);" + "\n" + content; }; - addField('description', 'http://angular-ui.github.com/bootstrap/'); + addField('description', 'http://angular-ui.github.io/bootstrap/'); addField('files[index.html]', indexContent(content.markup, version)); addField('files[example.js]', scriptContent(content.javascript)); diff --git a/misc/demo-template.html b/misc/demo-template.html index a84e431..8a85750 100644 --- a/misc/demo-template.html +++ b/misc/demo-template.html @@ -32,11 +32,11 @@