summary refs log tree commit diff
path: root/develop/development/contributing_guide.html
diff options
context:
space:
mode:
authorDMRobertson <DMRobertson@users.noreply.github.com>2022-10-11 17:54:49 +0000
committerDMRobertson <DMRobertson@users.noreply.github.com>2022-10-11 17:54:49 +0000
commitd821b926c4ee11b84e67de8472d8b1c0167a2e06 (patch)
tree10f69c4526116e0a8a925a21f8a3bb964e151f8e /develop/development/contributing_guide.html
parentdeploy: e580f03e02171d72888be1a1c86e7b7c49a055f9 (diff)
downloadsynapse-d821b926c4ee11b84e67de8472d8b1c0167a2e06.tar.xz
deploy: 6a92944854fe8c0e398c9cba2293be6ebd7af437
Diffstat (limited to 'develop/development/contributing_guide.html')
-rw-r--r--develop/development/contributing_guide.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/development/contributing_guide.html b/develop/development/contributing_guide.html

index dad5979ce7..766f722109 100644 --- a/develop/development/contributing_guide.html +++ b/develop/development/contributing_guide.html
@@ -362,7 +362,7 @@ Here is how to run your local Synapse checkout against your local Complement che </code></pre> <h3 id="prettier-formatting-with-gotestfmt"><a class="header" href="#prettier-formatting-with-gotestfmt">Prettier formatting with <code>gotestfmt</code></a></h3> <p>If you want to format the output of the tests the same way as it looks in CI, -install <a href="https://github.com/haveyoudebuggedit/gotestfmt">gotestfmt</a>.</p> +install <a href="https://github.com/GoTestTools/gotestfmt">gotestfmt</a>.</p> <p>You can then use this incantation to format the tests appropriately:</p> <pre><code class="language-sh">COMPLEMENT_DIR=../complement ./scripts-dev/complement.sh -json | gotestfmt -hide successful-tests </code></pre>