Skip to content

Commit 0333f46

Browse files
author
Rachel Evans
committed
Follow 301 redirects
1 parent a9b78fc commit 0333f46

File tree

31 files changed

+56
-56
lines changed

31 files changed

+56
-56
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# See http://help.github.com/ignore-files/ for more about ignoring files.
1+
# See https://help.github.com/ignore-files/ for more about ignoring files.
22
#
33
# If you find yourself ignoring temporary files generated by your text editor
44
# or operating system, you probably want to add a global ignore instead:

_layouts/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1 class="entry-title">{{ page.title }}</h1>
1212
{{ content }}
1313
<footer>
1414
<a href='http://tutorials.codebar.io/'>Back to tutorials</a>
15-
<a href='http://codebar.io/'>codebar mainpage</a>
15+
<a href='https://codebar.io/'>codebar mainpage</a>
1616
</footer>
1717
</article>
1818
</div>

examples/colorpicker/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</head>
99
<body>
1010
<header>
11-
<img id="logo" src='https://raw.github.com/codebar/planner/master/app/assets/images/logo.png' width='200' />
11+
<img id="logo" src='https://raw.githubusercontent.com/codebar/planner/master/app/assets/images/logo.png' width='200' />
1212
</header>
1313
<div id="container">
1414
<h1>Color picker</h1>
@@ -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="https://codebar.io/">codebar</a> </div>
3333
</footer>
3434
</body>
3535
</html>

examples/github-user-finder/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</head>
88
<body>
99
<header>
10-
<img id="logo" src='https://raw.github.com/codebar/planner/master/app/assets/images/logo.png' width='200' />
10+
<img id="logo" src='https://raw.githubusercontent.com/codebar/planner/master/app/assets/images/logo.png' width='200' />
1111
</header>
1212
<div id="container">
1313
<div class="search">
@@ -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="https://codebar.io/">codebar</a> </div>
2424
</footer>
2525
</body>
2626
</html>

examples/hangman-canvas/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</head>
88
<body>
99
<header>
10-
<img id="logo" src='https://raw.github.com/codebar/planner/master/app/assets/images/logo.png' width='200' />
10+
<img id="logo" src='https://raw.githubusercontent.com/codebar/planner/master/app/assets/images/logo.png' width='200' />
1111
</header>
1212
<div id="container">
1313
<canvas id="hangman" width="400" height="500"></canvas>
@@ -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="https://codebar.io/">codebar</a> </div>
2020
</footer>
2121
</body>
2222
</html>

examples/hangman/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</head>
88
<body>
99
<header>
10-
<img id="logo" src='https://raw.github.com/codebar/planner/master/app/assets/images/logo.png' width='200' />
10+
<img id="logo" src='https://raw.githubusercontent.com/codebar/planner/master/app/assets/images/logo.png' width='200' />
1111
</header>
1212
<div id="container">
1313
<div class="board">
@@ -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="https://codebar.io/">codebar</a> </div>
3232
</footer>
3333
</body>
3434
</html>

examples/tv-schedule/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</head>
88
<body>
99
<header>
10-
<img id="logo" src='https://raw.github.com/codebar/planner/master/app/assets/images/logo.png' width='200' />
10+
<img id="logo" src='https://raw.githubusercontent.com/codebar/planner/master/app/assets/images/logo.png' width='200' />
1111
</header>
1212
<div id="container">
1313
<h1>What's on TV tomorrow?</h1>
@@ -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="https://codebar.io/">codebar</a> </div>
2121
</footer>
2222
</body>
2323
</html>

examples/wishlist/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</head>
99
<body>
1010
<header>
11-
<img id="logo" src='https://raw.github.com/codebar/planner/master/app/assets/images/logo.png' width='200' />
11+
<img id="logo" src='https://raw.githubusercontent.com/codebar/planner/master/app/assets/images/logo.png' width='200' />
1212
</header>
1313
<div id="container">
1414
<h1>Wish List</h1>
@@ -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="https://codebar.io/">codebar</a> </div>
2525
</footer>
2626
</body>
2727
</html>

general/setup/tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ We recommend you use **[Atom](https://atom.io/)** or **[Visual Studio Code](http
2525

2626
## A web browser (required)
2727

28-
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.
28+
Windows comes with [Internet Explorer](https://support.microsoft.com/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

32-
Many of the tutorials have links to download code from Gist in `.tar.gz` format. Macs and most Linux distributions have built-in support to extract the files from these archives for you. On Windows there are a variety of utilities available. If you don't already have one, [7-zip is free](http://www.7-zip.org/).
32+
Many of the tutorials have links to download code from Gist in `.tar.gz` format. Macs and most Linux distributions have built-in support to extract the files from these archives for you. On Windows there are a variety of utilities available. If you don't already have one, [7-zip is free](https://www.7-zip.org/).
3333

3434
## Ruby (optional)
3535

3636
You won't need Ruby installed if you're working on CSS or HTML, but you will need access to Ruby if you work on the Ruby tutorials. You can use [a free web service called Cloud9](https://c9.io/) to get started. You can sign up before the workshop to save some time.
3737

3838
If you have a Mac you'll have a version of Ruby installed already. A coach can help you get started with Ruby on your Mac - ask them about `rbenv` (or `rvm`) and `Homebrew`.
3939

40-
You can [download and run the RubyInstaller program](http://rubyinstaller.org/) to program Ruby on Windows.
40+
You can [download and run the RubyInstaller program](https://rubyinstaller.org/) to program Ruby on Windows.
4141

4242
On Linux, you can install Ruby using your distribution's package manager, as follows:
4343

general/setup/tutorial.pt.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ 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](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.
28+
Você já tem um desses! O Windows vem com o [Internet Explorer](https://support.microsoft.com/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

32-
Muitos dos tutoriais tem links para baixar códigos do Gist em formato .tar.gz. Os Macs tem ferramentas de apoio já instaladas para extrair os arquivos deste formato para você. O Windows tem uma variedade de ferramentas disponíveis. Se você ainda não tem uma, [7-zip é de graça](http://www.7-zip.org/).
32+
Muitos dos tutoriais tem links para baixar códigos do Gist em formato .tar.gz. Os Macs tem ferramentas de apoio já instaladas para extrair os arquivos deste formato para você. O Windows tem uma variedade de ferramentas disponíveis. Se você ainda não tem uma, [7-zip é de graça](https://www.7-zip.org/).
3333

3434
## Ruby (opcional)
3535

3636
Você não precisa instalar o Ruby se está trabalhando com CSS ou HTML, mas você precisará acessar o Ruby se for trabalhar nos tutoriais dele. Você pode usar [um serviço online gratuito chamado Cloud9](https://c9.io/) para começar. Você pode se inscrever depois do workshop para poupar tempo.
3737

3838
Se você tem um Mac, então já tem uma versão do Ruby instalada. O seu tutor pode te ajudar a começar com Ruby no Mac - pergunte a eles sobre `rbenv` (ou `rvm`) e `Homebrew`.
3939

40-
Você pode [baixar e executar o programa RubyInstaller](http://rubyinstaller.org/) para programar Ruby no Windows.
40+
Você pode [baixar e executar o programa RubyInstaller](https://rubyinstaller.org/) para programar Ruby no Windows.

0 commit comments

Comments
 (0)