Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 29ca533

Browse files
committed
docs(tutotial): switch all links to https
1 parent 3e38032 commit 29ca533

File tree

8 files changed

+21
-20
lines changed

8 files changed

+21
-20
lines changed

docs/content/tutorial/index.ngdoc

+6-6
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ a few git commands.
6464

6565
### Install Git
6666

67-
You can download and install Git from http://git-scm.com/download. Once installed, you should have
67+
You can download and install Git from https://git-scm.com/download. Once installed, you should have
6868
access to the `git` command line tool. The main commands that you will need to use are:
6969

7070
* `git clone ...`: Clone a remote repository onto your local machine.
@@ -324,14 +324,14 @@ Now that you have set up your local machine, let's get started with the tutorial
324324

325325

326326
[angular-phonecat]: https://github.com/angular/angular-phonecat
327-
[bower]: http://bower.io/
328-
[git]: http://git-scm.com/
327+
[bower]: https://bower.io/
328+
[git]: https://git-scm.com/
329329
[http-server]: https://github.com/nodeapps/http-server
330330
[jdk]: https://en.wikipedia.org/wiki/Java_Development_Kit
331-
[jdk-download]: http://www.oracle.com/technetwork/java/javase/downloads/index.html
331+
[jdk-download]: https://www.oracle.com/technetwork/java/javase/downloads/index.html
332332
[karma]: https://karma-runner.github.io/
333-
[node]: http://nodejs.org/
333+
[node]: https://nodejs.org/
334334
[nvm]: https://github.com/creationix/nvm
335335
[nvm-windows]: https://github.com/coreybutler/nvm-windows
336336
[protractor]: https://github.com/angular/protractor
337-
[selenium]: http://docs.seleniumhq.org/
337+
[selenium]: https://docs.seleniumhq.org/

docs/content/tutorial/step_00.ngdoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ For the purposes of this tutorial, we modified the angular-seed with the followi
163163
* Removed unused dependencies.
164164
* Added phone images to `app/img/phones/`.
165165
* Added phone data files (JSON) to `app/phones/`.
166-
* Added a dependency on [Bootstrap](http://getbootstrap.com) in the `bower.json` file.
166+
* Added a dependency on [Bootstrap][bootstrap-3.3] in the `bower.json` file.
167167

168168

169169
## Experiments
@@ -186,3 +186,4 @@ Now let's go to {@link step_01 step 1} and add some content to the web app.
186186

187187

188188
[angular-seed]: https://github.com/angular/angular-seed
189+
[bootstrap-3.3]: https://getbootstrap.com/docs/3.3

docs/content/tutorial/step_02.ngdoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ by utilizing components.
317317
<ul doc-tutorial-nav="2"></ul>
318318

319319

320-
[jasmine-docs]: http://jasmine.github.io/2.4/introduction.html
321-
[jasmine-home]: http://jasmine.github.io/
320+
[jasmine-docs]: https://jasmine.github.io/2.4/introduction.html
321+
[jasmine-home]: https://jasmine.github.io/
322322
[karma]: https://karma-runner.github.io/
323-
[mvc-pattern]: http://en.wikipedia.org/wiki/Model–View–Controller
323+
[mvc-pattern]: https://en.wikipedia.org/wiki/Model–View–Controller

docs/content/tutorial/step_03.ngdoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ files, so it remains easy to locate as our application grows.
277277

278278

279279
[case-styles]: https://en.wikipedia.org/wiki/Letter_case#Special_case_styles
280-
[jasmine-docs]: http://jasmine.github.io/2.4/introduction.html
281-
[jasmine-home]: http://jasmine.github.io/
280+
[jasmine-docs]: https://jasmine.github.io/api/3.3/global
281+
[jasmine-home]: https://jasmine.github.io/
282282
[karma]: https://karma-runner.github.io/
283-
[mvc-pattern]: http://en.wikipedia.org/wiki/Model–View–Controller
283+
[mvc-pattern]: https://en.wikipedia.org/wiki/Model–View–Controller

docs/content/tutorial/step_09.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,6 @@ With the routing set up and the phone list view implemented, we are ready to go
424424
<ul doc-tutorial-nav="9"></ul>
425425

426426

427-
[bower]: http://bower.io
427+
[bower]: https://bower.io/
428428
[deep-linking]: https://en.wikipedia.org/wiki/Deep_linking
429429
[wiki-di]: https://github.com/angular/angular.js/wiki/Understanding-Dependency-Injection

docs/content/tutorial/step_13.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,6 @@ Now that we have seen how to build a custom service as a RESTful client, we are
319319
<ul doc-tutorial-nav="13"></ul>
320320

321321

322-
[bower]: http://bower.io/
322+
[bower]: https://bower.io/
323323
[jasmine-equality]: https://jasmine.github.io/2.4/custom_equality.html
324324
[restful]: https://en.wikipedia.org/wiki/Representational_State_Transfer

docs/content/tutorial/step_14.ngdoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -556,9 +556,9 @@ There you have it! We have created a web application in a relatively short amoun
556556
<ul doc-tutorial-nav="14"></ul>
557557

558558

559-
[bower]: http://bower.io/
560-
[caniuse-css-animation]: http://caniuse.com/#feat=css-animation
561-
[caniuse-css-transitions]: http://caniuse.com/#feat=css-transitions
559+
[bower]: https://bower.io/
560+
[caniuse-css-animation]: https://caniuse.com/#feat=css-animation
561+
[caniuse-css-transitions]: https://caniuse.com/#feat=css-transitions
562562
[jquery]: https://jquery.com/
563-
[jquery-animate]: https://api.jquery.com/animate/
563+
[jquery-animate]: https://api.jquery.com/animate
564564
[mdn-animations]: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Animations/Using_CSS_animations

docs/content/tutorial/the_end.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ If you have questions or feedback or just want to say "hi", please post a messag
2222

2323
[angular-seed]: https://github.com/angular/angular-seed
2424
[gitter]: https://gitter.im/angular/angular.js
25-
[irc]: http://webchat.freenode.net/?channels=angularjs&uio=d4
25+
[irc]: https://webchat.freenode.net/?channels=angularjs&uio=d4
2626
[mailing-list]: https://groups.google.com/forum/#!forum/angular

0 commit comments

Comments
 (0)