summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2013-06-20 14:34:27 -0300
committerJulian Berman <Julian@GrayVines.com>2013-06-20 14:34:27 -0300
commit04239dbfb9b9f349776bd59d4260071ba98978c4 (patch)
treedc21a3da4df6ca3cfb939ff81760c4d4ba7cef27
parent86b1d7f11d49cbe058cd6827f28719baf5b20413 (diff)
downloadjsonschema-04239dbfb9b9f349776bd59d4260071ba98978c4.tar.gz
Fix docstring link typo
-rw-r--r--jsonschema/tests/test_jsonschema_test_suite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonschema/tests/test_jsonschema_test_suite.py b/jsonschema/tests/test_jsonschema_test_suite.py
index b2bf182..e95dbbe 100644
--- a/jsonschema/tests/test_jsonschema_test_suite.py
+++ b/jsonschema/tests/test_jsonschema_test_suite.py
@@ -3,7 +3,7 @@ Test runner for the JSON Schema official test suite
Tests comprehensive correctness of each draft's validator.
-See https://github.com/jsonschema/JSON-Schema-Test-Suite for details.
+See https://github.com/json-schema/JSON-Schema-Test-Suite for details.
"""