diff --git a/README.md b/README.md index 8603ea5b..e3d82ea6 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ This is the source code for ## Getting started -This is a [GitHub Pages](https://pages.github.com/) repo, so you can render the pages with [Jekyll](http://jekyllrb.com/). +This is a [GitHub Pages](https://pages.github.com/) repo, so you can render the pages with [Jekyll](https://jekyllrb.com/). First make sure to [install the version of Ruby](https://www.ruby-lang.org/en/documentation/installation/) -indicated in `.ruby-version`, as well as the [bundler](http://bundler.io/) gem. Then: +indicated in `.ruby-version`, as well as the [bundler](https://bundler.io/) gem. Then: 1. `bundle install`, which will install Jekyll 2. `bundle exec jekyll serve --watch` @@ -135,4 +135,4 @@ This can be done with a tool like [NVM](https://github.com/creationix/nvm). ## License -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/). +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/). diff --git a/android/1introduction/tutorial.md b/android/1introduction/tutorial.md index 63386de9..f8e671f2 100644 --- a/android/1introduction/tutorial.md +++ b/android/1introduction/tutorial.md @@ -15,7 +15,7 @@ arriving at the workshop!) 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. (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.) -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? +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? ![Imgur](http://i.imgur.com/ssQF3jO.png) diff --git a/general/setup/tutorial.md b/general/setup/tutorial.md index 55b71d91..ff5a458f 100644 --- a/general/setup/tutorial.md +++ b/general/setup/tutorial.md @@ -25,7 +25,7 @@ We recommend you use **[Atom](https://atom.io/)** at codebar. It's free, open so ## A web browser (required) -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. +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. ## A compression utility (handy on Windows) diff --git a/general/setup/tutorial.pt.md b/general/setup/tutorial.pt.md index 07ebe0a3..7ccdb069 100644 --- a/general/setup/tutorial.pt.md +++ b/general/setup/tutorial.pt.md @@ -25,7 +25,7 @@ Nós recomendamos usar **[Atom](https://atom.io/)** no Codebar. É de graça, te ## Um navegador de internet (obrigatório) -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. +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. ## Ferramenta de compactação (importante para Windows) diff --git a/html/lesson1/example-styled.html b/html/lesson1/example-styled.html index 3aa85de3..7e365ca5 100644 --- a/html/lesson1/example-styled.html +++ b/html/lesson1/example-styled.html @@ -20,7 +20,7 @@

Why do I like owls so much?

- Watch this video here + Watch this video here

"A wise old owl sat on an oak; The more he saw the less he spoke;
@@ -36,7 +36,7 @@

Owls:

the owl's forward-facing eyes permits the greater
sense of depth perception
necessary for low-light hunting.

- More information about owls... + More information about owls...

diff --git a/html/lesson1/example-styled.pt.html b/html/lesson1/example-styled.pt.html index 54fd0314..be1a4463 100644 --- a/html/lesson1/example-styled.pt.html +++ b/html/lesson1/example-styled.pt.html @@ -21,7 +21,7 @@

Porque nós gostamos tanto de corujas?

- Assista o vídeo + Assista o vídeo

"Uma coruja sábia e anciã pousou em um carvalho; Quanto mais observava, menos falava;
@@ -37,7 +37,7 @@

Corujas:

olhos voltados para frente na coruja permite
um melhor senso de percepção profunda
necessária para a caça com pouca luz.

- Mais informações sobre corujas... + Mais informações sobre corujas...

diff --git a/html/lesson1/example.html b/html/lesson1/example.html index e9a23c09..ec1965c2 100644 --- a/html/lesson1/example.html +++ b/html/lesson1/example.html @@ -18,7 +18,7 @@

Why do I like owls so much?

  • and cuddly
  • cute owl
    another cute owl
    - Watch this video here + Watch this video here

    "A wise old owl sat on an oak; The more he saw the less he spoke;
    @@ -34,7 +34,7 @@

    Owls:

    the owl's forward-facing eyes permits the greater
    sense of depth perception
    necessary for low-light hunting.

    - More information about owls... + More information about owls...

    diff --git a/html/lesson1/example.pt.html b/html/lesson1/example.pt.html index 891ff11e..e33e1253 100644 --- a/html/lesson1/example.pt.html +++ b/html/lesson1/example.pt.html @@ -19,7 +19,7 @@

    Porque nós gostamos tanto de corujas?

  • e apertáveis
  • - Assista o vídeo + Assista o vídeo

    "Uma coruja sábia e anciã pousou em um carvalho; Quanto mais observava, menos falava;
    @@ -35,7 +35,7 @@

    Corujas:

    olhos voltados para frente na coruja permite
    um melhor senso de percepção profunda
    necessária para a caça com pouca luz.

    - Mais informações sobre corujas... + Mais informações sobre corujas...

    diff --git a/html/lesson1/tutorial.md b/html/lesson1/tutorial.md index 61ae169f..a29ad3b6 100644 --- a/html/lesson1/tutorial.md +++ b/html/lesson1/tutorial.md @@ -56,7 +56,7 @@ It tells the browser which version of HTML the page is using. ``` -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). +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). The doctype is always followed by the `` tag, which contains the contents of your page. @@ -145,7 +145,7 @@ A link lets the user click through to another webpage. We use the attribute `hre Let's add a link to the bottom of your paragraph: ```html -More information about owls... +More information about owls... ``` ### Element: Div `
    ` @@ -161,7 +161,7 @@ Wrap your existing paragraph and link in a div and add a new heading to it. Most birds of prey sport eyes on the sides of their heads, but the stereoscopic nature of the owl's forward-facing eyes permits the greater sense of depth perception necessary for low-light hunting. - More information about owls... + More information about owls...

    ``` @@ -236,7 +236,7 @@ Add this underneath the ordered list about why we like owls. ```html
    - + cute owl another cute owl
    diff --git a/html/lesson1/tutorial.pt.md b/html/lesson1/tutorial.pt.md index 5c208b34..a8bc5a38 100644 --- a/html/lesson1/tutorial.pt.md +++ b/html/lesson1/tutorial.pt.md @@ -68,7 +68,7 @@ Ele diz ao navegador qual a versão de HTML a página está usando. ``` -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). +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). O doctype vem sempre seguido pela tag ``, a qual já tem o conteúdo da página. @@ -186,7 +186,7 @@ Vamos adicionar um link no final do nosso parágrafo ```html
    -
    Mais informações sobre corujas... +Mais informações sobre corujas... ``` ### Elemento: Div `
    ` @@ -206,7 +206,7 @@ Cerque o parágrafo já existente por um div e adicione um novo cabeçalho a ele olhos voltados para frente na coruja permite
    um melhor senso de percepção profunda
    necessária para a caça com pouca luz.
    - Mais informações sobre corujas... + Mais informações sobre corujas...

    ``` @@ -289,7 +289,7 @@ Adicione este texto abaixo da lista ordenada sobre porque gostamos de corujas. ```html
    - + coruja fofa outra coruja fofa
    diff --git a/html/lesson2/example.html b/html/lesson2/example.html index f7b409ee..6bf0d305 100644 --- a/html/lesson2/example.html +++ b/html/lesson2/example.html @@ -22,7 +22,7 @@

    Why do I like owls so much?

    cute owl
    another cute owl
    -
    Watch this video here + Watch this video here

    "A wise old owl sat on an oak; The more he saw the less he spoke;
    @@ -40,7 +40,7 @@

    Owls:

    the owl's forward-facing eyes permits the greater
    sense of depth perception
    necessary for low-light hunting.

    - More information about owls... + More information about owls...

    My name is August Ada King. I'm the Countess of Lovelace.

    -

    I am a mathematician and a writer. People know me from my work on Charle's Babbage's early mechanical general-purpose computer, the Analytical engine. I wrote the first algorithm intended to be processed by a machine. In other words, I am the world's first programmer.

    +

    I am a mathematician and a writer. People know me from my work on Charle's Babbage's early mechanical general-purpose computer, the Analytical engine. I wrote the first algorithm intended to be processed by a machine. In other words, I am the world's first programmer.

    My mother, Anne Isabella Byron, was a great help to me as she helped me by promoting my interest in mathematics and logic, but I also never forgot about my dad, who moved to Greece when I was just an infant to help out in the civil war.

    @@ -43,12 +43,12 @@

    Hi, I'm Ada Lovelace

    -

    The computer language Ada, was named after me. The Defense Military standard for the language, MIL-STD-1815 was also given the year of my birth.

    +

    The computer language Ada, was named after me. The Defense Military standard for the language, MIL-STD-1815 was also given the year of my birth.

    -

    These days, the British Computer Society runs an annual competitions for women students of computer science in my name. Also, the annual conference for women undergraduates is named after me. Google also dedicated its Google doodle to me, on the 197th anniversary of my birth.

    +

    These days, the British Computer Society runs an annual competitions for women students of computer science in my name. Also, the annual conference for women undergraduates is named after me. Google also dedicated its Google doodle to me, on the 197th anniversary of my birth.

    - +

    diff --git a/html/lesson3/tutorial.md b/html/lesson3/tutorial.md index 36987e81..d6c3012d 100644 --- a/html/lesson3/tutorial.md +++ b/html/lesson3/tutorial.md @@ -35,7 +35,7 @@ In the previous two lessons, we spoke about **H**yper **T**ext **M**arkup **L**a Inspectors are development tools that help you view, edit and debug CSS, HTML and JavaScript. -Chrome Devtools are already built into your Chrome browser, or Inspector if you are using Firefox. For advanced users, many other tools are available as browser plugins, including the Firefox add-on [Firebug](http://getfirebug.com/). +Chrome Devtools are already built into your Chrome browser, or Inspector if you are using Firefox. For advanced users, many other tools are available as browser plugins, including the Firefox add-on [Firebug](https://getfirebug.com/). ![](assets/images/chrome-devtools.png) @@ -230,7 +230,7 @@ Let's add some content! Add the following inside the `div` in the html file Me on the internet
    ``` @@ -440,7 +440,7 @@ vertical-align: top; Add a link so that anyone coming to the page can easily find out more about Charles Babbage. In the second paragraph, wrap his name in a link as shown below. ```html -Charles Babbage's +Charles Babbage's ``` Ada was the world's first programmer therefore we want that to stand out. Add a span around it and specify a class `highlight`, so the intention is obvious and other people working on the code of the page can easily understand it. @@ -514,13 +514,13 @@ Make the poem look different than the rest of the text. Add a CSS class `poem` t ### Some more information about Ada ```html -

    The computer language Ada, was named after me. The Defense Military standard for the language, MIL-STD-1815 was also given the year of my birth.

    +

    The computer language Ada, was named after me. The Defense Military standard for the language, MIL-STD-1815 was also given the year of my birth.

    -

    These days, the British Computer Society runs an annual competitions for women students of computer science in my name. Also, the annual conference for women undergraduates is named after me. Google also dedicated its Google doodle to me, on the 197th anniversary of my birth.

    +

    These days, the British Computer Society runs an annual competitions for women students of computer science in my name. Also, the annual conference for women undergraduates is named after me. Google also dedicated its Google doodle to me, on the 197th anniversary of my birth.

    - - + +

    ``` diff --git a/html/lesson4/example.html b/html/lesson4/example.html index 63132903..289d10b1 100644 --- a/html/lesson4/example.html +++ b/html/lesson4/example.html @@ -15,9 +15,9 @@

    Grace Hopper

    diff --git a/html/lesson4/tutorial.md b/html/lesson4/tutorial.md index d1fd1272..42e8b0c2 100644 --- a/html/lesson4/tutorial.md +++ b/html/lesson4/tutorial.md @@ -168,9 +168,9 @@ This should be placed before the header closing tag. ``` diff --git a/html/lesson5/example.html b/html/lesson5/example.html index 17174791..f922ab60 100644 --- a/html/lesson5/example.html +++ b/html/lesson5/example.html @@ -11,7 +11,7 @@
    diff --git a/html/lesson5/tutorial.md b/html/lesson5/tutorial.md index f75bc4ec..c97fe477 100644 --- a/html/lesson5/tutorial.md +++ b/html/lesson5/tutorial.md @@ -118,7 +118,7 @@ Add this right after the beginning of the element with the id `wrapper` Anita Borg image 2
    ``` diff --git a/html/lesson7/example.html b/html/lesson7/example.html index 777cfe68..d668c7ab 100644 --- a/html/lesson7/example.html +++ b/html/lesson7/example.html @@ -40,13 +40,13 @@

    Resources

    Computer Scientist
  • - Grace Hopper on Letterman + Grace Hopper on Letterman
  • - Wikipedia + Wikipedia
  • - Wikiquote + Wikiquote
  • diff --git a/html/lesson7/tutorial.md b/html/lesson7/tutorial.md index 9ca5f3ec..1a80b704 100644 --- a/html/lesson7/tutorial.md +++ b/html/lesson7/tutorial.md @@ -414,8 +414,8 @@ Media queries can take more than one expression, for example `@media screen and ## Further work Why not try adding a navigation menu to your page? It could have a list of links that are vertical on mobile and horizontal on desktop. You could even try making them collapse on mobile. -(eg Example on Codepen) +(eg Example on Codepen) If you're looking for something a little more silly how about making the background of your site flash through the rainbow as you drag the browser width? -(eg Example on Codepen) +(eg Example on Codepen) diff --git a/index.html b/index.html index e786e093..6ab5aebf 100644 --- a/index.html +++ b/index.html @@ -61,8 +61,6 @@

    JavaScript

    Ruby

    -

    If you are just getting started with Ruby, we recommend using nitrous.io, as setting up your local environment can be time consuming.

    -
    • Lesson 1 - Introduction to Ruby
    • Lesson 2 - Ruby Basics
    • diff --git a/js/lesson3/tutorial.md b/js/lesson3/tutorial.md index c1bbe0e8..e0c3447a 100644 --- a/js/lesson3/tutorial.md +++ b/js/lesson3/tutorial.md @@ -172,7 +172,7 @@ box. That's a bit annoying. Use jQuery's `focus()` method to place the cursor back in the text field after clicking the button. If you aren't sure how to use the focus() method, try searching for it -in the [jQuery documentation](http://api.jquery.com/). There are some +in the [jQuery documentation](https://api.jquery.com/). There are some code examples illustrating how to use it. ## Label items @@ -654,9 +654,9 @@ Here are the things you learned about in exercise 2: If you want to use jQuery on other projects, you can download or link directly to the latest version from the -[jQuery download section](http://jquery.com/download/). +[jQuery download section](https://jquery.com/download/). -You can read the [jQuery documentation](http://api.jquery.com/) to +You can read the [jQuery documentation](https://api.jquery.com/) to look up what other things can be done with jQuery. The page for every jQuery method has examples of how to use it (maybe below a long explanation of what it does - scroll down to find the examples). diff --git a/js/lesson7/tutorial.md b/js/lesson7/tutorial.md index 251ac2e0..dff83710 100644 --- a/js/lesson7/tutorial.md +++ b/js/lesson7/tutorial.md @@ -13,7 +13,7 @@ Today we will be briefly explaining how you can test-drive your code. Testing is ## JavaScript Testing Frameworks -There are [a number](http://en.wikipedia.org/wiki/List_of_unit_testing_frameworks#JavaScript) of libraries written to assist with testing JavaScript, but we will use [Jasmine](http://jasmine.github.io/). The syntax is quite simple and it doesn't require any additional configuration in order to use. +There are [a number](https://en.wikipedia.org/wiki/List_of_unit_testing_frameworks#JavaScript) of libraries written to assist with testing JavaScript, but we will use [Jasmine](https://jasmine.github.io/). The syntax is quite simple and it doesn't require any additional configuration in order to use. ## Jasmine @@ -126,7 +126,7 @@ kms = miles * 1.609 # Test matchers -Besides the `toEqual()` method, Jasmine has a big set of matchers that we can use to verify the results of our tests like `toBe()`, `not.toBe()`, `toBeNull()` and [a lot of others](http://pivotal.github.io/jasmine/) +Besides the `toEqual()` method, Jasmine has a big set of matchers that we can use to verify the results of our tests like `toBe()`, `not.toBe()`, `toBeNull()` and [a lot of others](https://jasmine.github.io/2.5/introduction#section-Included_Matchers) # Exercise 2: Calculator diff --git a/js/lesson8/tutorial.md b/js/lesson8/tutorial.md index 71347d82..0d50906b 100644 --- a/js/lesson8/tutorial.md +++ b/js/lesson8/tutorial.md @@ -21,16 +21,16 @@ There is an abundance of resources out there that can help you out, but all you Some tools out there that you can use are: -- [balsamiq](http://balsamiq.com/) -- [gomockingbird](http://gomockingbird.com/) -- [mockflow](http://mockflow.com/pricing/) +- [Balsamiq](https://balsamiq.com/) +- [GoMockingbird](https://gomockingbird.com/) +- [Mockflow](https://mockflow.com/pricing/) However, using pen and paper is probably the easiest way, so try and choose whatever is easier for you! ## Tracking your tasks -It's important to keep organised and remember what you intend to build. Try and make a list of your tasks. You can keep track using [Github's issues](https://github.com/blog/831-issues-2-0-the-next-generation) or applications like [trello](https://trello.com/) or [pivotal tracker](http://www.pivotaltracker.com/). You can use all these tools for free and it's an easy and efficient way of not just remembering everything but also of communicating to others that may be interested in helping you out what it is that you want to achieve. +It's important to keep organised and remember what you intend to build. Try and make a list of your tasks. You can keep track using [Github's issues](https://github.com/blog/831-issues-2-0-the-next-generation) or applications like [Trello](https://trello.com/) or [Pivotal Tracker](https://www.pivotaltracker.com/). You can use all these tools for free and it's an easy and efficient way of not just remembering everything but also of communicating to others that may be interested in helping you out what it is that you want to achieve. ## Storing data @@ -63,7 +63,7 @@ Everyone likes effects. Have a look at [jQuery's effects](http://api.jquery.com/ ## Tracking who visited your website -[Google Analytics](http://www.google.com/analytics/) is a free tool you can use to check who visited your site. To get an analytics id, you just need to create your own account and follow the information on the website. +[Google Analytics](https://www.google.com/analytics/) is a free tool you can use to check who visited your site. To get an analytics id, you just need to create your own account and follow the information on the website. > Adding analytics can be one of the tasks when planning your project. @@ -77,18 +77,18 @@ When working with someone else it's also nice to do your work in branches so you ## Useful APIs -In our previous tutorials we briefly introduced the [Github](http://developer.github.com/v3/) and [BBC](http://www.bbc.co.uk/developer/technology/apis.html) APIs. Most services that you have encountered are likely to have an API available, so just try searching google for it. +In our previous tutorials we briefly introduced the [Github](https://developer.github.com/v3/) and [BBC](http://www.bbc.co.uk/developer/technology/apis.html) APIs. Most services that you have encountered are likely to have an API available, so just try searching Google for it. Some popular API's that you may find useful - [Google Maps](https://developers.google.com/maps/) Get directions, map images, places of interest and a lot more information about places. -- [twilio](http://www.twilio.com/docs/api/rest) Initiate calls and send text messages. +- [Twilio](https://www.twilio.com/docs/api/rest) Initiate calls and send text messages. -- [twitter](https://dev.twitter.com/docs/api/1.1) search twitter, retrieve and send your tweets and a lot more. +- [Twitter](https://dev.twitter.com/docs/api/1.1) search Twitter, retrieve and send your tweets and a lot more. - [Spotify](https://developer.spotify.com/technologies/web-api/) Explore Spotify's music catalog and retrieve track, album and artist data. -- [instagram](http://instagram.com/developer/endpoints/) Search and retrieve images from instagram. +- [Instagram](https://instagram.com/developer/endpoints/) Search and retrieve images from Instagram. > A lot of these API's require registering your application before you are able to use them, and some may take a while to respond. You can always read up and use fake data (by creating your own JSON objects, like we learned on the [Beginning JavaScript tutorial](http://codebar.github.io/tutorials/js/lesson2/tutorial.html). diff --git a/ruby/lesson1/tutorial.md b/ruby/lesson1/tutorial.md index fe719f50..cd3b02de 100644 --- a/ruby/lesson1/tutorial.md +++ b/ruby/lesson1/tutorial.md @@ -23,5 +23,5 @@ The tutorial is open source, so if you have anything to add to it, you can issue --- This ends our **Introduction to Ruby** tutorial. Is there something you don't understand? Try and go through the provided resources with your coach. If you have any feedback, or can think of ways to improve this tutorial [send us an email](mailto:feedback@codebar.io) and let us know. -[1]: http://rvm.io/rvm/install "Ruby Version Manager" +[1]: https://rvm.io/rvm/install "Ruby Version Manager" [2]: https://github.com/sstephenson/rbenv "rbenv" diff --git a/ruby/lesson2/tutorial.md b/ruby/lesson2/tutorial.md index e2aa5807..ac58a2ed 100644 --- a/ruby/lesson2/tutorial.md +++ b/ruby/lesson2/tutorial.md @@ -247,5 +247,5 @@ If you are working through this at home you can ask for help in our [gitter chan --- This ends our **Ruby basics** tutorial. Is there something you don't understand? Try and go through the provided resources with your coach. If you have any feedback, or can think of ways to improve this tutorial [send us an email](mailto:feedback@codebar.io) and let us know. -[1]: http://rvm.io/rvm/install "Ruby Version Manager" +[1]: https://rvm.io/rvm/install "Ruby Version Manager" [2]: https://github.com/sstephenson/rbenv "rbenv" diff --git a/version-control/command-line/tutorial.md b/version-control/command-line/tutorial.md index 0a9f6956..26ec464e 100644 --- a/version-control/command-line/tutorial.md +++ b/version-control/command-line/tutorial.md @@ -72,7 +72,7 @@ $ git log ### Transferring project repository to an online service -First you need to create an account to the service of your choice ([GitHub](http://github.com/join), [GitLab](http://gitlab.com)). Then, create a new project (or repository). +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). Copy the information about adding an existing project to the repository which should be something like the details below. diff --git a/version-control/introduction/tutorial.md b/version-control/introduction/tutorial.md index 0f73ef5f..3c087c03 100644 --- a/version-control/introduction/tutorial.md +++ b/version-control/introduction/tutorial.md @@ -25,13 +25,13 @@ Scroll through the revisions, from the bottom up. You should be able to see each ### Wikipedia page history Wikipedia also holds a history of all changes. -- Go to [this document](http://en.wikipedia.org/wiki/Women_in_computing) +- Go to [this document](https://en.wikipedia.org/wiki/Women_in_computing) - Click **view history** ![](images/wikipedia-view-history.png) - Try and have a look at the first revision of the page, by going back. It's dated back to 2005! -- Click **curr**, that will show you the [differences between the first and the latest entry](http://en.wikipedia.org/w/index.php?title=Women_in_computing&diff=583521812&oldid=19298328) +- Click **curr**, that will show you the [differences between the first and the latest entry](https://en.wikipedia.org/w/index.php?title=Women_in_computing&diff=583521812&oldid=19298328) ![](images/wikipedia-diff.png) @@ -96,9 +96,9 @@ Try using messages like _repositioned image to look better on page_, _resolved p # The next step! -Sign up to [github](http://github.com/) +Sign up to [Github](https://github.com/) -Download [Github for Windows](http://windows.github.com/) or [Github for Mac](http://mac.github.com/) +Download [Github Desktop](https://desktop.github.com/) (for Mac or Windows). ## Now what?