Skip to content

Commit c9c7265

Browse files
authored
Fix link in PR template (#84)
Turns out the URL needs to be absolute, relative URLs will be relative to `/compare` on the PR page.
1 parent 4724f27 commit c9c7265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ _[Put a one line description of your change into the PR title, please be specifi
22

33
_[Explain the context, and why you're making that change. What is the problem you're trying to solve.]_
44

5-
_[Tests can be run by commenting `@swift-ci` test on the pull request, for more information see [this](README.md#testing)]_
5+
_[Tests can be run by commenting `@swift-ci` test on the pull request, for more information see [this](https://github.com/swiftlang/swift-build/blob/main/README.md)]_

0 commit comments

Comments
 (0)