Procházet zdrojové kódy

Fixed broken link to QUnit docs.

Mariusz Felisiak před 8 roky
rodič
revize
9b2d47bcde

+ 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
-`assertions supported by QUnit <https://api.qunitjs.com/category/assert/>`_.
+`assertions supported by QUnit <https://api.qunitjs.com/assert/>`_.
 
 Running tests
 -------------