From 5aeff16555c42352fb17a9af89f2cea2a0e3f225 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Thu, 29 Jun 2017 09:55:49 -0400 Subject: [PATCH] Update Mocha link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d77775f..b269170 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ Accessing the components of the vectors is very similar to GLSL: ## Tests -We use the [mocha](http://visionmedia.github.io/mocha/) test framework for testing. +We use the [mocha](http://mochajs.org/) test framework for testing. ### Installation ```