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

+1-1
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

+3-3
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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>

html/lesson4/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ Before we do some more cool things, let's add a footer to our page
429429

430430
```html
431431
<footer>
432-
<p>Made by <a href="http://codebar.io">codebar.io</a></p>
432+
<p>Made by <a href="http://codebar.io/">codebar.io</a></p>
433433
</footer>
434434
```
435435

html/lesson5/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ As you may have just noticed, we didn't define the color as we usually do, using
425425

426426
`rgb(176, 175, 192);` is another way of defining the color with the hex code `#b0afc0`
427427

428-
A great way to find both the rgb and hex values of a color is [http://0to255.com](http://0to255.com).
428+
A great way to find both the rgb and hex values of a color is [http://0to255.com/](http://0to255.com/).
429429

430430
> Try changing the last attribute of the `rgba` we just set.
431431
> What happens when you set it to 1?

html/lesson6/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h3>Articles</h3>
120120

121121
<footer>
122122
<address>Made by
123-
<a href="http://codebar.io">codebar.io</a>
123+
<a href="http://codebar.io/">codebar.io</a>
124124
</address>
125125
</footer>
126126
</body>

html/lesson7/example.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h2 class="resourcelist_title">Resources</h2>
5252
</div>
5353
</div>
5454
<footer class="footer">
55-
<p class="footer_text">Made by <a href="http://codebar.io" class="footer_link">codebar.io</a></p>
55+
<p class="footer_text">Made by <a href="http://codebar.io/" class="footer_link">codebar.io</a></p>
5656
</footer>
5757
</body>
5858
</html>

html/lesson7/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Next up is our list of resources and its title, this is going to be inside the s
148148

149149
And finally we have the footer which will contain the author information. This will just be a `p` tag with an `a`. Give them appropriate class names eg:
150150

151-
<p class="footer_text">Made by <a href="http://codebar.io" class="footer_link">codebar.io</a></p>
151+
<p class="footer_text">Made by <a href="http://codebar.io/" class="footer_link">codebar.io</a></p>
152152

153153
That's our page all marked up! Woop! Take a look at it in a browser. Because of the reset css it should look pretty boring. So, let's add some styles.
154154

javascripts-dev/tests/jasmine-2.4.1/jasmine.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2740,7 +2740,7 @@ getJasmineRequireObj().matchersUtil = function(j$) {
27402740
}
27412741

27422742
// Equality function lovingly adapted from isEqual in
2743-
// [Underscore](http://underscorejs.org)
2743+
// [Underscore](http://underscorejs.org/)
27442744
function eq(a, b, aStack, bStack, customTesters) {
27452745
var result = true;
27462746

javascripts-dev/tests/ui-spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe("UI", function() {
2727
});
2828

2929
it("does not trigger the download if the link doesn't point to 'download'", function() {
30-
pointLinkTo("http://example.com");
30+
pointLinkTo("http://example.com/");
3131
spyOn(Zipper, "createZip");
3232
UserInterface.setup(Zipper, undefined);
3333
dontFollowLink();

js/lesson3/files/index.html

+1-1
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>

version-control/command-line/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ $ git log
7272

7373
### Transferring project repository to an online service
7474

75-
First you need to create an account to the service of your choice ([GitHub](https://github.com/join), [GitLab](https://gitlab.com)). Then, create a new project (or repository).
75+
First you need to create an account to the service of your choice ([GitHub](https://github.com/join), [GitLab](https://gitlab.com/)). Then, create a new project (or repository).
7676

7777
Copy the information about adding an existing project to the repository which should be something like the details below.
7878

0 commit comments

Comments
 (0)