@@ -119,7 +119,7 @@ Double-check that running `pwd` prints a path ending with `swift`.
119119- If `update-checkout` failed, double-check that the absolute path to your
120120 working directory does not have non-ASCII characters.
121121- If `update-checkout` failed and the absolute path to your working directory
122- had spaces in it, please [file a bug report][Swift JIRA ] and change the path
122+ had spaces in it, please [file a bug report][Swift Issues ] and change the path
123123 to work around it.
124124- Before running `update-checkout`, double-check that `swift` is the only
125125 repository inside the `swift-project` directory. Otherwise,
@@ -293,9 +293,8 @@ care when moving across branches.
293293 [meet the minimum required versions](# spot-check-dependencies).
294294- Check if there are spaces in the paths being used by ` build-script` in
295295 the log. While ` build-script` should work with paths containing spaces,
296- sometimes bugs do slip through, such as
297- [SR-13441](https://bugs.swift.org/browse/SR-13441).
298- If this is the case, please [file a bug report][Swift JIRA] and change the path
296+ sometimes bugs do slip through, such as [# 55883](https://github.com/apple/swift/issues/55883).
297+ If this is the case, please [file a bug report][Swift Issues] and change the path
299298 to work around it.
300299- Check that your ` build-script` invocation doesn' t have typos. You can compare
301300 the flags you passed against the supported flags listed by
@@ -305,15 +304,15 @@ care when moving across branches.
305304 and looking at the first error may be more helpful than simply looking
306305 at the last error.
307306- Check if others have encountered the same issue on the Swift forums or on
308- [Swift JIRA][ ].
307+ [Swift repository ' Issues ' tab][Swift Issues ].
309308- Create a new Swift forums thread in the Development category. Include
310309 information about your configuration and the errors you are seeing.
311310 - You can [create a gist](https://gist.github.com) with the entire build
312311 output and link it, while highlighting the most important part of the
313312 build log in the post.
314313 - Include the output of `utils/update-checkout --dump-hashes`.
315314
316- [Swift JIRA ]: https://bugs. swift.org
315+ [Swift Issues ]: https://github.com/apple/ swift/issues
317316
318317## Editing code
319318
@@ -621,4 +620,4 @@ Make sure you check out the following resources:
621620If you see mistakes in the documentation (including typos, not just major
622621errors) or identify gaps that you could potentially improve the contributing
623622experience, please start a discussion on the forums, submit a pull request
624- or file a bug report on [Swift JIRA][ ]. Thanks!
623+ or file a bug report on [Swift repository ' Issues ' tab][Swift Issues ]. Thanks!
0 commit comments