Skip to content

Commit 4cdceea

Browse files
committed
Switched URLs from Bitbucket to Github.
1 parent 826eb91 commit 4cdceea

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"Josh Hebb <jfhebb@gmail.com>"
2424
],
2525
"license": "MIT",
26-
"homepage": "https://bitbucket.org/jfhebb/angular-contentful-starter",
26+
"homepage": "https://github.com/joshhebb/angularjs-contentful-starter",
2727
"repository": {
2828
"type": "git",
29-
"url": "https://bitbucket.org/jfhebb/angular-contentful-starter"
29+
"url": "https://github.com/joshhebb/angularjs-contentful-starter"
3030
},
3131
"scripts": {
3232
"init": "npm install && bower install && gulp build"

src/views/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h4>AngularJS, Contentful & Bootstrap 4 Starter Kit</h4>
66
<p>This is purely intended as a demo and is in no way functional.</p>
77
<div class="py-3">
88
<a href="https://www.contentful.com/" class="pr-5" rel="nofollow" target=“_blank”><img src="https://images.contentful.com/fo9twyrwpveg/7Htleo27dKYua8gio8UEUy/0797152a2d2f8e41db49ecbf1ccffdaa/PoweredByContentful_DarkBackground_MonochromeLogo.svg" style="max-width:120px;width:100%;" alt="Powered by Contentful" /></a>
9-
<a class="text-white" target="_blank" href="https://bitbucket.org/jfhebb/angular-contentful-starter"><i class="fa fa-2x fa-bitbucket " aria-hidden="true"></i></a>
9+
<a class="text-white" target="_blank" href="https://github.com/joshhebb/angularjs-contentful-starter"><i class="fa fa-2x fa-github " aria-hidden="true"></i></a>
1010
</div>
1111
</div>
1212
<div class="col-md-3">
@@ -15,7 +15,7 @@ <h4>Resources</h4>
1515
<li><a class="text-white" target="_blank" href="https://angularjs.org/">AngularJS</a></li>
1616
<li><a class="text-white" target="_blank" href="https://www.contentful.com/">Contentful</a></li>
1717
<li><a class="text-white" target="_blank" href="https://v4-alpha.getbootstrap.com/">Bootstrap 4</a></li>
18-
<li><a class="text-white" target="_blank" href="https://bitbucket.org/jfhebb/angular-contentful-starter">Repository</a></li>
18+
<li><a class="text-white" target="_blank" href="https://github.com/joshhebb/angularjs-contentful-starter">Repository</a></li>
1919
</ul>
2020
</div>
2121
</div>

src/views/home.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
<div class="row">
44
<div class="col-md-7">
55
<h1>Learn how to get started</h1>
6-
<p class="lead">Download the project and get started building</p>
76
<p>The starter kit is a starting point for building AngularJS applications which consume content from Contentful built on Bootstrap 4, Gulp, Bower & some of my other preferred tools. </p>
8-
<p>Please consult the repositories readme file for documentation & support.</p>
7+
<p>Please consult the repositories <a href="https://github.com/joshhebb/angularjs-contentful-starter">readme file</a> for documentation & support.</p>
98
</div>
109
<div class="col-md-4 offset-md-1" >
1110
<h4>Recently Opened Stores</h4>

0 commit comments

Comments
 (0)