You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/BASICFORMAT_BUG.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ labels: [bug, BasicFormat]
4
4
body:
5
5
- type: markdown
6
6
attributes:
7
-
value: Thanks for taking the time to fill out this bug report! We would really appreciate if you could take the time to reduce the issue as described in [Filing BasicFormat Bug Reports](https://swiftpackageindex.com/apple/swift-syntax/main/documentation/swiftbasicformat/filingbugreports).
7
+
value: Thanks for taking the time to fill out this bug report! We would really appreciate if you could take the time to reduce the issue as described in [Filing BasicFormat Bug Reports](https://swiftpackageindex.com/swiftlang/swift-syntax/main/documentation/swiftbasicformat/filingbugreports).
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/PARSER_BUG.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,12 @@ labels: [bug, SwiftParser]
4
4
body:
5
5
- type: markdown
6
6
attributes:
7
-
value: Thanks for taking the time to fill out this bug report! We would really appreciate if you could take the time to reduce the issue as described in [Filing Parser Bug Reports](https://swiftpackageindex.com/apple/swift-syntax/main/documentation/swiftparser/filingbugreports).
7
+
value: Thanks for taking the time to fill out this bug report! We would really appreciate if you could take the time to reduce the issue as described in [Filing Parser Bug Reports](https://swiftpackageindex.com/swiftlang/swift-syntax/main/documentation/swiftparser/filingbugreports).
8
8
- type: dropdown
9
9
id: issue-type
10
10
attributes:
11
11
label: Issue Kind
12
-
description: What kind of issue is this? See [Filing Parser Bug Reports](https://swiftpackageindex.com/apple/swift-syntax/main/documentation/swiftparser/filingbugreports) for more details.
12
+
description: What kind of issue is this? See [Filing Parser Bug Reports](https://swiftpackageindex.com/swiftlang/swift-syntax/main/documentation/swiftparser/filingbugreports) for more details.
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ The swift-syntax package is a set of libraries that work on a source-accurate tr
4
4
5
5
## Documentation
6
6
7
-
You can read SwiftSyntax’s documentation on [swiftpackageindex.com](https://swiftpackageindex.com/apple/swift-syntax/documentation).
7
+
You can read SwiftSyntax’s documentation on [swiftpackageindex.com](https://swiftpackageindex.com/swiftlang/swift-syntax/documentation).
8
8
9
9
A great way to interactively explore the SwiftSyntax tree of a source file is https://swift-ast-explorer.com, developed by [@kishikawakatsumi](https://github.com/kishikawakatsumi).
10
10
@@ -19,15 +19,15 @@ To depend on swift-syntax in a SwiftPM package, add the following to your `Packa
To add swift-syntax as a dependency of your Xcode project, go to the *Package Dependencies* tab of your Xcode project, click the plus button and search for https://github.com/apple/swift-syntax.git.
26
+
To add swift-syntax as a dependency of your Xcode project, go to the *Package Dependencies* tab of your Xcode project, click the plus button and search for https://github.com/swiftlang/swift-syntax.git.
27
27
28
28
## Reporting Issues
29
29
30
-
If you should hit any issues while using SwiftSyntax, we appreciate bug reports on [GitHub Issue](https://github.com/apple/swift-syntax/issues).
30
+
If you should hit any issues while using SwiftSyntax, we appreciate bug reports on [GitHub Issue](https://github.com/swiftlang/swift-syntax/issues).
31
31
32
32
## Contributing
33
33
@@ -42,7 +42,7 @@ into your `WORKSPACE` and depend on the libraries you need from the
42
42
`Library_opt` target (such as `SwiftSyntax_opt`) which forces
43
43
SwiftSyntax to always build with optimizations enabled. This may help
44
44
local runtime performance at the cost of debuggability, and initial
45
-
build time. Please tag any [issues](https://github.com/apple/swift-syntax/issues) related to the Bazel configuration with the label "Bazel".
45
+
build time. Please tag any [issues](https://github.com/swiftlang/swift-syntax/issues) related to the Bazel configuration with the label "Bazel".
0 commit comments