Skip to content

Commit a9b78fc

Browse files
author
Rachel Evans
committed
Normalise http://site to http://site/
1 parent a57bf25 commit a9b78fc

File tree

19 files changed

+21
-21
lines changed

19 files changed

+21
-21
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source 'https://rubygems.org'
1+
source 'https://rubygems.org/'
22

33
gem 'jekyll', '~> 3.6.3' # https://pages.github.com/versions/
44

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is the source code for <http://tutorials.codebar.io>
1+
This is the source code for <http://tutorials.codebar.io/>
22

33
## Getting started
44

@@ -8,7 +8,7 @@ indicated in `.ruby-version`, as well as the [bundler](https://bundler.io/) gem.
88

99
1. `bundle install`, which will install Jekyll
1010
2. `bundle exec jekyll serve --watch`
11-
3. go to <http://localhost:4000>
11+
3. go to <http://localhost:4000/>
1212

1313
(*you could also use your favourite manager, `chruby`, `rbenv`, `rvm`, etc. See
1414
instructions for `rvm` at the end of this README*)
@@ -125,7 +125,7 @@ $ rvm install 2.2.1 # inside `codebar/tutorials` folder
125125
$ rvm gemset use codebar-tutorial --create
126126
$ gem install bundler
127127
$ bundle install
128-
$ jekyll serve # go to http://127.0.0.1:4000
128+
$ jekyll serve # go to http://127.0.0.1:4000/
129129
```
130130

131131
If you also want to make changes to the JavaScript of the site, you'll need to have

examples/colorpicker/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h1>Color picker</h1>
2929
</div>
3030
</div>
3131
<footer>
32-
<div id="content"> by <a href="http://codebar.io">codebar</a> </div>
32+
<div id="content"> by <a href="http://codebar.io/">codebar</a> </div>
3333
</footer>
3434
</body>
3535
</html>

examples/github-user-finder/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h2></h2>
2020
</div>
2121
</div>
2222
<footer>
23-
<div id="content"> by <a href="http://codebar.io">codebar</a> </div>
23+
<div id="content"> by <a href="http://codebar.io/">codebar</a> </div>
2424
</footer>
2525
</body>
2626
</html>

examples/hangman-canvas/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
</div>
1818
<footer>
19-
<div id="content"> by <a href="http://codebar.io">codebar</a> </div>
19+
<div id="content"> by <a href="http://codebar.io/">codebar</a> </div>
2020
</footer>
2121
</body>
2222
</html>

examples/hangman/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
</div>
3030
<footer>
31-
<div id="content"> by <a href="http://codebar.io">codebar</a> </div>
31+
<div id="content"> by <a href="http://codebar.io/">codebar</a> </div>
3232
</footer>
3333
</body>
3434
</html>

examples/tv-schedule/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1>What's on TV tomorrow?</h1>
1717
</ul>
1818
</div>
1919
<footer>
20-
<div id="content"> by <a href="http://codebar.io">codebar</a> </div>
20+
<div id="content"> by <a href="http://codebar.io/">codebar</a> </div>
2121
</footer>
2222
</body>
2323
</html>

examples/wishlist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h1>Wish List</h1>
2121
<button id="add-to-list">Add to list</button>
2222
</div>
2323
<footer>
24-
<div id="content"> by <a href="http://codebar.io">codebar</a> </div>
24+
<div id="content"> by <a href="http://codebar.io/">codebar</a> </div>
2525
</footer>
2626
</body>
2727
</html>

html/lesson3/example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h1>Hi, I'm Ada Lovelace</h1>
5454
</div>
5555

5656
<footer>
57-
<p>Made by <a href="http://codebar.io">codebar.io</a></p>
57+
<p>Made by <a href="http://codebar.io/">codebar.io</a></p>
5858
</footer>
5959
</body>
6060
</html>

html/lesson4/example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h1> Grace Hopper</h1>
5858
</div>
5959

6060
<footer>
61-
<p>Made by <a href="http://codebar.io">codebar.io</a></p>
61+
<p>Made by <a href="http://codebar.io/">codebar.io</a></p>
6262
</footer>
6363
</body>
6464
</html>

0 commit comments

Comments
 (0)