From e39b2193f5e7396672d1bd4919c52674959d486d Mon Sep 17 00:00:00 2001 From: darangi Date: Mon, 21 Feb 2022 09:55:24 +0100 Subject: [PATCH] fix broken link again --- content/hacking-atom/sections/package-word-count.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hacking-atom/sections/package-word-count.md b/content/hacking-atom/sections/package-word-count.md index a38c1c16a8..3da93a65d1 100644 --- a/content/hacking-atom/sections/package-word-count.md +++ b/content/hacking-atom/sections/package-word-count.md @@ -471,7 +471,7 @@ From here you can inspect objects, run code and view console output just as thou Your package should have tests, and if they're placed in the `spec` directory, they can be run by Atom. -Under the hood, [Jasmine v1.3](https://jasmine.github.io/1.3/introduction.html) executes your tests, so you can assume that any DSL available there is also available to your package. +Under the hood, [Jasmine v1.3](https://jasmine.github.io/archives/1.3/introduction) executes your tests, so you can assume that any DSL available there is also available to your package. ##### Running Tests