Skip to content

Commit 730110c

Browse files
committed
Fix doc url
1 parent 75b783a commit 730110c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ Delete a repository::
6363

6464
More detailed documentation including design and implementation details, a
6565
user manual, and guidelines for development of Test Repository itself can be
66-
found at https://testrepository.github.io, or in the source
66+
found at https://testing-cabal.github.io/testrepository/, or in the source
6767
tree at doc/ (run make -C doc html).

testrepository/commands/quickstart.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def run(self):
8686
8787
More detailed documentation including design and implementation details, a
8888
user manual, and guidelines for development of Test Repository itself can be
89-
found at https://testrepository.github.io, or in the source
89+
found at https://testing-cabal.github.io/testrepository/, or in the source
9090
tree at doc/ (run make -C doc html).
9191
"""
9292
self.ui.output_rest(help)

0 commit comments

Comments
 (0)