Browse Source

Fixed broken link to QUnit docs.

Mariusz Felisiak 8 years ago
parent
commit
9b2d47bcde
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/internals/contributing/writing-code/javascript.txt

+ 1 - 1
docs/internals/contributing/writing-code/javascript.txt

@@ -106,7 +106,7 @@ Django's JavaScript tests use `QUnit`_. Here is an example test module:
 
 
 
 
 Please consult the QUnit documentation for information on the types of
 Please consult the QUnit documentation for information on the types of
-`assertions supported by QUnit <https://api.qunitjs.com/category/assert/>`_.
+`assertions supported by QUnit <https://api.qunitjs.com/assert/>`_.
 
 
 Running tests
 Running tests
 -------------
 -------------