@@ -119,7 +119,7 @@ Double-check that running `pwd` prints a path ending with `swift`.
119
119
- If `update-checkout` failed, double-check that the absolute path to your
120
120
working directory does not have non-ASCII characters.
121
121
- 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
123
123
to work around it.
124
124
- Before running `update-checkout`, double-check that `swift` is the only
125
125
repository inside the `swift-project` directory. Otherwise,
@@ -293,9 +293,8 @@ care when moving across branches.
293
293
[meet the minimum required versions](# spot-check-dependencies).
294
294
- Check if there are spaces in the paths being used by ` build-script` in
295
295
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
299
298
to work around it.
300
299
- Check that your ` build-script` invocation doesn' t have typos. You can compare
301
300
the flags you passed against the supported flags listed by
@@ -305,15 +304,15 @@ care when moving across branches.
305
304
and looking at the first error may be more helpful than simply looking
306
305
at the last error.
307
306
- Check if others have encountered the same issue on the Swift forums or on
308
- [Swift JIRA][ ].
307
+ [Swift repository ' Issues ' tab][Swift Issues ].
309
308
- Create a new Swift forums thread in the Development category. Include
310
309
information about your configuration and the errors you are seeing.
311
310
- You can [create a gist](https://gist.github.com) with the entire build
312
311
output and link it, while highlighting the most important part of the
313
312
build log in the post.
314
313
- Include the output of `utils/update-checkout --dump-hashes`.
315
314
316
- [Swift JIRA ]: https://bugs. swift.org
315
+ [Swift Issues ]: https://github.com/apple/ swift/issues
317
316
318
317
## Editing code
319
318
@@ -621,4 +620,4 @@ Make sure you check out the following resources:
621
620
If you see mistakes in the documentation (including typos, not just major
622
621
errors) or identify gaps that you could potentially improve the contributing
623
622
experience, 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