From 5ca35b3cd2ce11cc229bc2cc1e4b15027681dadc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1mal=20Rasmussen?= Date: Sat, 28 Jul 2018 01:24:19 +0100 Subject: [PATCH] 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 --- aio/content/guide/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/testing.md b/aio/content/guide/testing.md index 880ec4eb50..3b556ad2a7 100644 --- a/aio/content/guide/testing.md +++ b/aio/content/guide/testing.md @@ -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: