docs: Update the link to the Jasmine docs (#25175)

Solves #24462.

Also update the http part of the link to to https.

PR Close #25175
This commit is contained in:
Sámal Rasmussen 2018-07-28 01:24:19 +01:00 committed by Igor Minar
parent 3d7f555044
commit 06a1974a48
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ The sample application and all tests in this guide are available for inspection
## Setup
The Angular CLI downloads and install everything you need to test an Angular application with the [Jasmine test framework](http://jasmine.github.io/2.4/introduction.html).
The Angular CLI downloads and install everything you need to test an Angular application with the [Jasmine test framework](https://jasmine.github.io/).
The project you create with the CLI is immediately ready to test.
Just run this one CLI command: