Skip to content

Commit 94b1710

Browse files
committed
docs: Audit references to the old Jira issue tracker
1 parent aea05b0 commit 94b1710

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

docs/Android.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ device running Android or an emulator. This guide explains:
77
1. How to run a simple "Hello, world" program on your Android device.
88
2. How to run the Swift test suite on an Android device.
99

10-
If you encounter any problems following the instructions below, please file a
11-
bug using https://bugs.swift.org/.
10+
If you encounter any problems following the instructions below, please
11+
[file an issue](https://github.com/apple/swift/issues) and apply the "Android"
12+
label.
1213

1314
## FAQ
1415

docs/Lexicon.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -574,11 +574,11 @@ for flow-sensitive diagnostics, optimization, and LLVM IR generation.
574574

575575
## SR
576576

577-
An issue reported on [bugs.swift.org](https://bugs.swift.org). A
578-
backronym for "Swift Report"; really the name is derived from LLVM's
579-
idiomatic use of "PR" ("Problem Report") for its bugs. We didn't go with
580-
"PR" for Swift because we wanted to be able to unambiguously reference
581-
LLVM bugs.
577+
An issue that was originally reported on the now-retired Jira instance that used
578+
to be located at [bugs.swift.org](https://bugs.swift.org). A backronym for
579+
"Swift Report"; really the name is derived from LLVM's idiomatic use of "PR"
580+
("Problem Report") for its bugs. We didn't go with "PR" for Swift because we
581+
wanted to be able to unambiguously reference LLVM bugs.
582582

583583
## stdlib
584584

docs/refactoring/SwiftLocalRefactoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ following figure illustrates.
334334
## Potential Local Refactoring Ideas
335335
This post just touches on some of the things that are now possible to implement in the new refactoring engine.
336336
If you are excited about extending the refactoring engine to implement additional transformations,
337-
Swift's [issue database](https://bugs.swift.org) contains [several ideas of refactoring transformations](https://bugs.swift.org/issues/?jql=labels%3DStarterProposal%20AND%20labels%3DRefactoring%20AND%20resolution%3DUnresolved) awaiting implementations.
337+
Swift's issue database contains [several ideas of refactoring transformations](https://github.com/apple/swift/issues?q=is%3Aissue+is%3Aopen+label%3ARefactoring) awaiting implementations.
338338

339339
For further help with implementing refactoring transformations, please feel free to ask questions on the [Swift forums](https://forums.swift.org/c/development/compiler/9).
340340

docs/tools/swift.pod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,9 @@ works, continually evolving to make Swift even better.
8181

8282
=head1 BUGS
8383

84-
Reporting bugs is a great way for anyone to help improve Swift. The bug tracker
85-
for Swift, an open-source project, is located at L<https://bugs.swift.org>.
84+
Reporting bugs is a great way for anyone to help improve Swift. The issue
85+
tracker for Swift, an open-source project, is located at
86+
L<https://github.com/apple/swift/issues>.
8687

8788
If a bug can be reproduced only within an Xcode project or a playground, or if
8889
the bug is associated with an Apple NDA, please file a report to Apple's

0 commit comments

Comments
 (0)