Skip to content

Commit 8c3daa8

Browse files
tommorrisrichardwestenra
authored andcommitted
Link fixes: changed HTTP to HTTPS, removed a dead link (#344)
* Switching a whole lot of URLs over to HTTPS * Removing nitrous.io as it has closed down
1 parent 304bf91 commit 8c3daa8

File tree

27 files changed

+70
-72
lines changed

27 files changed

+70
-72
lines changed

README.md

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

33
## Getting started
44

5-
This is a [GitHub Pages](https://pages.github.com/) repo, so you can render the pages with [Jekyll](http://jekyllrb.com/).
5+
This is a [GitHub Pages](https://pages.github.com/) repo, so you can render the pages with [Jekyll](https://jekyllrb.com/).
66
First make sure to [install the version of Ruby](https://www.ruby-lang.org/en/documentation/installation/)
7-
indicated in `.ruby-version`, as well as the [bundler](http://bundler.io/) gem. Then:
7+
indicated in `.ruby-version`, as well as the [bundler](https://bundler.io/) gem. Then:
88

99
1. `bundle install`, which will install Jekyll
1010
2. `bundle exec jekyll serve --watch`
@@ -135,4 +135,4 @@ This can be done with a tool like [NVM](https://github.com/creationix/nvm).
135135

136136
## License
137137

138-
codebar Tutorials are released under the [Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)](http://creativecommons.org/licenses/by-nc-sa/4.0/).
138+
codebar Tutorials are released under the [Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/).

android/1introduction/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ arriving at the workshop!)
1515
If you want to run your app on your own phone, remember to enable USB debugging in the device system settings, under Settings -> Developer options.
1616
(please note: On Android 4.2 and newer, Developer options is hidden by default. To make it available, go to Settings -> About phone and tap Build number seven times. Return to the previous screen to find Developer options.)
1717

18-
Feel free to chose a different topic other than cookies, we really like the popular pokémon [Goomy Clicker](http://joezeng.github.io/goomyclicker) - what things do you like?
18+
Feel free to chose a different topic other than cookies, we really like the popular pokémon [Goomy Clicker](https://joezeng.github.io/goomyclicker) - what things do you like?
1919

2020
![Imgur](http://i.imgur.com/ssQF3jO.png)
2121

general/setup/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ We recommend you use **[Atom](https://atom.io/)** at codebar. It's free, open so
2525

2626
## A web browser (required)
2727

28-
You'll have one of these already! Windows comes with [Internet Explorer](http://windows.microsoft.com/en-us/internet-explorer/), and OS X comes with [Safari](https://www.apple.com/uk/safari/). Most Linux distributions come with [Firefox](https://www.mozilla.org/en-US/firefox/), which is also available for Windows and OS X. You can also download [Chrome](https://www.google.com/chrome/) which is a popular alternative. You can get started with whatever you currently use, but when you reach the later tutorials the powerful developer tools in Chrome and Firefox will be useful. Your coach will show you how to use them while you work through the tutorials.
28+
You'll have one of these already! Windows comes with [Internet Explorer](https://windows.microsoft.com/en-us/internet-explorer/), and OS X comes with [Safari](https://www.apple.com/uk/safari/). Most Linux distributions come with [Firefox](https://www.mozilla.org/en-US/firefox/), which is also available for Windows and OS X. You can also download [Chrome](https://www.google.com/chrome/) which is a popular alternative. You can get started with whatever you currently use, but when you reach the later tutorials the powerful developer tools in Chrome and Firefox will be useful. Your coach will show you how to use them while you work through the tutorials.
2929

3030
## A compression utility (handy on Windows)
3131

general/setup/tutorial.pt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Nós recomendamos usar **[Atom](https://atom.io/)** no Codebar. É de graça, te
2525

2626
## Um navegador de internet (obrigatório)
2727

28-
Você já tem um desses! O Windows vem com o [Internet Explorer](http://windows.microsoft.com/pt-br/internet-explorer/), e o OS X vem com [Safari](https://www.apple.com/br/safari/). [Firefox](https://www.mozilla.org/pt-BR/firefox/new/) e [Chrome](https://www.google.com.br/intl/pt-BR/chrome/) são alternativas populares. Você pode começar com qualquer um que já use, mas quando você chegar nos últimos tutoriais, as ferramentas poderosas do Chrome e Firefox vão ser úteis. Seu tutor vai te mostrar como usá-las quando vocês estiverem trabalhando nestes tutoriais.
28+
Você já tem um desses! O Windows vem com o [Internet Explorer](https://windows.microsoft.com/pt-br/internet-explorer/), e o OS X vem com [Safari](https://www.apple.com/br/safari/). [Firefox](https://www.mozilla.org/pt-BR/firefox/new/) e [Chrome](https://www.google.com.br/intl/pt-BR/chrome/) são alternativas populares. Você pode começar com qualquer um que já use, mas quando você chegar nos últimos tutoriais, as ferramentas poderosas do Chrome e Firefox vão ser úteis. Seu tutor vai te mostrar como usá-las quando vocês estiverem trabalhando nestes tutoriais.
2929

3030
## Ferramenta de compactação (importante para Windows)
3131

html/lesson1/example-styled.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h2>Why do I like owls so much?</h2>
2020
<div style="display: inline;"><img src="images/img4.jpg"></div>
2121
<div style="display: inline;"><img src="images/img5.jpg"></div>
2222
<div style="margin-top: 20px">
23-
<a href="http://www.youtube.com/watch?v=gBjnfgnwXic">Watch this video here</a>
23+
<a href="https://www.youtube.com/watch?v=gBjnfgnwXic">Watch this video here</a>
2424
</div>
2525
<h4>
2626
<i>&#34;A wise old owl sat on an oak; The more he saw the less he spoke; <br>
@@ -36,7 +36,7 @@ <h3>Owls:</h3>
3636
the owl's forward-facing <strong>eyes permits the greater <br>
3737
sense of depth perception </strong>necessary for low-light hunting. <br>
3838
<br>
39-
<a href="http://en.wikipedia.org/wiki/Owl">More information about owls...</a>
39+
<a href="https://en.wikipedia.org/wiki/Owl">More information about owls...</a>
4040
</p>
4141
</div>
4242
<div style="width: 30%; display: inline">

html/lesson1/example-styled.pt.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h2>Porque nós gostamos tanto de corujas?</h2>
2121
<div style="display: inline;"><img src="images/img4.jpg"></div>
2222
<div style="display: inline;"><img src="images/img5.jpg"></div>
2323
<div style="margin-top: 20px">
24-
<a href="http://www.youtube.com/watch?v=gBjnfgnwXic">Assista o vídeo</a>
24+
<a href="https://www.youtube.com/watch?v=gBjnfgnwXic">Assista o vídeo</a>
2525
</div>
2626
<h4>
2727
<i>&#34;Uma coruja sábia e anciã pousou em um carvalho; Quanto mais observava, menos falava; <br>
@@ -37,7 +37,7 @@ <h3>Corujas:</h3>
3737
<strong>olhos voltados para frente na coruja permite<br/>
3838
um melhor senso de percepção profunda</strong> necessária para a caça com pouca luz.<br>
3939
<br>
40-
<a href="http://pt.wikipedia.org/wiki/Coruja">Mais informações sobre corujas...</a>
40+
<a href="https://pt.wikipedia.org/wiki/Coruja">Mais informações sobre corujas...</a>
4141
</p>
4242
</div>
4343
<div style="width: 30%; display: inline">

html/lesson1/example.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h2>Why do I like owls so much?</h2>
1818
<li><b>and cuddly</b></li>
1919
<div><img src="images/img4.jpg" alt="cute owl"/></div>
2020
<div><img src="images/img5.jpg" alt="another cute owl"/></div>
21-
<a href="http://www.youtube.com/watch?v=gBjnfgnwXic">Watch this video here</a>
21+
<a href="https://www.youtube.com/watch?v=gBjnfgnwXic">Watch this video here</a>
2222
</ol>
2323
<h4>
2424
<i>&#34;A wise old owl sat on an oak; The more he saw the less he spoke; <br>
@@ -34,7 +34,7 @@ <h3>Owls:</h3>
3434
the owl's forward-facing <strong>eyes permits the greater <br>
3535
sense of depth perception </strong>necessary for low-light hunting. <br>
3636
<br>
37-
<a href="http://en.wikipedia.org/wiki/Owl">More information about owls...</a>
37+
<a href="https://en.wikipedia.org/wiki/Owl">More information about owls...</a>
3838
</p>
3939
</div>
4040
<div>

html/lesson1/example.pt.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h2>Porque nós gostamos tanto de corujas?</h2>
1919
<li><b>e apertáveis</b></li>
2020
<div><img src="images/img4.jpg"></div>
2121
<div><img src="images/img5.jpg"></div>
22-
<a href="http://www.youtube.com/watch?v=gBjnfgnwXic">Assista o vídeo</a>
22+
<a href="https://www.youtube.com/watch?v=gBjnfgnwXic">Assista o vídeo</a>
2323
</ol>
2424
<h4>
2525
<i>&#34;Uma coruja sábia e anciã pousou em um carvalho; Quanto mais observava, menos falava; <br>
@@ -35,7 +35,7 @@ <h3>Corujas:</h3>
3535
<strong>olhos voltados para frente na coruja permite<br/>
3636
um melhor senso de percepção profunda</strong> necessária para a caça com pouca luz.<br>
3737
<br>
38-
<a href="http://pt.wikipedia.org/wiki/Coruja">Mais informações sobre corujas...</a>
38+
<a href="https://pt.wikipedia.org/wiki/Coruja">Mais informações sobre corujas...</a>
3939
</p>
4040
</div>
4141
<div>

html/lesson1/tutorial.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ It tells the browser which version of HTML the page is using.
5656
<!DOCTYPE html>
5757
```
5858

59-
We will only be using html for now, but you can find more about doctypes [here](http://www.w3.org/wiki/Doctypes_and_markup_styles).
59+
We will only be using html for now, but you can find more about doctypes [here](https://www.w3.org/wiki/Doctypes_and_markup_styles).
6060

6161
The doctype is always followed by the `<html>` tag, which contains the contents of your page.
6262

@@ -145,7 +145,7 @@ A link lets the user click through to another webpage. We use the attribute `hre
145145
Let's add a link to the bottom of your paragraph:
146146

147147
```html
148-
<a href="http://en.wikipedia.org/wiki/Owl">More information about owls...</a>
148+
<a href="https://en.wikipedia.org/wiki/Owl">More information about owls...</a>
149149
```
150150

151151
### Element: Div `<div>`
@@ -161,7 +161,7 @@ Wrap your existing paragraph and link in a div and add a new heading to it.
161161
Most birds of prey sport eyes on the sides of their heads,
162162
but the stereoscopic nature of the owl's forward-facing eyes permits the greater
163163
sense of depth perception necessary for low-light hunting.
164-
<a href="http://en.wikipedia.org/wiki/Owl">More information about owls...</a>
164+
<a href="https://en.wikipedia.org/wiki/Owl">More information about owls...</a>
165165
</p>
166166
</div>
167167
```
@@ -236,7 +236,7 @@ Add this underneath the ordered list about why we like owls.
236236

237237
```html
238238
<div>
239-
<a href="http://www.youtube.com/watch?v=gBjnfgnwXic">
239+
<a href="https://www.youtube.com/watch?v=gBjnfgnwXic">
240240
<img src="images/img4.jpg" alt="cute owl">
241241
<img src="images/img5.jpg" alt="another cute owl">
242242
<br>

html/lesson1/tutorial.pt.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Ele diz ao navegador qual a versão de HTML a página está usando.
6868
<!DOCTYPE html>
6969
```
7070

71-
Por enquanto nós vamos usar somente HTML, mas você pode descobrir mais sobre doctypes [aqui](http://www.w3.org/wiki/Doctypes_and_markup_styles).
71+
Por enquanto nós vamos usar somente HTML, mas você pode descobrir mais sobre doctypes [aqui](https://www.w3.org/wiki/Doctypes_and_markup_styles).
7272

7373
O doctype vem sempre seguido pela tag `<html>`, a qual já tem o conteúdo da página.
7474

@@ -186,7 +186,7 @@ Vamos adicionar um link no final do nosso parágrafo
186186

187187
```html
188188
<br/>
189-
<a href="http://pt.wikipedia.org/wiki/Coruja">Mais informações sobre corujas...</a>
189+
<a href="https://pt.wikipedia.org/wiki/Coruja">Mais informações sobre corujas...</a>
190190
```
191191

192192
### Elemento: Div `<div>`
@@ -206,7 +206,7 @@ Cerque o parágrafo já existente por um div e adicione um novo cabeçalho a ele
206206
<strong>olhos voltados para frente na coruja permite<br/>
207207
um melhor senso de percepção profunda</strong> necessária para a caça com pouca luz.
208208
<br/>
209-
<a href="http://pt.wikipedia.org/wiki/Coruja">Mais informações sobre corujas...</a>
209+
<a href="https://pt.wikipedia.org/wiki/Coruja">Mais informações sobre corujas...</a>
210210
</p>
211211
</div>
212212
```
@@ -289,7 +289,7 @@ Adicione este texto abaixo da lista ordenada sobre porque gostamos de corujas.
289289

290290
```html
291291
<div>
292-
<a href="http://www.youtube.com/watch?v=gBjnfgnwXic">
292+
<a href="https://www.youtube.com/watch?v=gBjnfgnwXic">
293293
<img src="images/img4.jpg" alt="coruja fofa"/>
294294
<img src="images/img5.jpg" alt="outra coruja fofa"/>
295295
<br/>

0 commit comments

Comments
 (0)