@@ -13,36 +13,36 @@ See https://swift.org/CONTRIBUTORS.txt for Swift project authors
13
13
## API and usage guides
14
14
15
15
The detailed documentation for Swift Testing can be found on the
16
- [ Swift Package Index] ( https://swiftpackageindex.com/apple /swift-testing/main/documentation/testing ) .
16
+ [ Swift Package Index] ( https://swiftpackageindex.com/swiftlang /swift-testing/main/documentation/testing ) .
17
17
There, you can delve into comprehensive guides, tutorials, and API references to
18
18
make the most out of this package.
19
19
20
- This documentation is generated using [ DocC] ( https://github.com/apple /swift-docc )
20
+ This documentation is generated using [ DocC] ( https://github.com/swiftlang /swift-docc )
21
21
and is derived from symbol documentation in this project's source code as well
22
22
as supplemental content located in the
23
- [ ` Sources/Testing/Testing.docc/ ` ] ( https://github.com/apple /swift-testing/tree/main/Sources/Testing/Testing.docc )
23
+ [ ` Sources/Testing/Testing.docc/ ` ] ( https://github.com/swiftlang /swift-testing/tree/main/Sources/Testing/Testing.docc )
24
24
directory.
25
25
26
26
## Vision document
27
27
28
- The [ Vision document] ( https://github.com/apple /swift-evolution/blob/main/visions/swift-testing.md )
28
+ The [ Vision document] ( https://github.com/swiftlang /swift-evolution/blob/main/visions/swift-testing.md )
29
29
for Swift Testing offers a comprehensive discussion of the project's design
30
30
principles and goals.
31
31
32
32
## Development and contribution
33
33
34
- - The top-level [ ` README ` ] ( https://github.com/apple /swift-testing/blob/main/README.md )
34
+ - The top-level [ ` README ` ] ( https://github.com/swiftlang /swift-testing/blob/main/README.md )
35
35
gives a high-level overview of the project, shows current CI status, lists the
36
36
support status of various platforms, and more.
37
- - [ Contributing] ( https://github.com/apple /swift-testing/blob/main/CONTRIBUTING.md )
37
+ - [ Contributing] ( https://github.com/swiftlang /swift-testing/blob/main/CONTRIBUTING.md )
38
38
provides guidance for developing and making project contributions.
39
- - [ Style Guide] ( https://github.com/apple /swift-testing/blob/main/Documentation/StyleGuide.md )
39
+ - [ Style Guide] ( https://github.com/swiftlang /swift-testing/blob/main/Documentation/StyleGuide.md )
40
40
describes this project's guidelines for code and documentation style.
41
- - [ SPI groups in Swift Testing] ( https://github.com/apple /swift-testing/blob/main/Documentation/SPI.md )
41
+ - [ SPI groups in Swift Testing] ( https://github.com/swiftlang /swift-testing/blob/main/Documentation/SPI.md )
42
42
describes when and how the testing library uses Swift SPI.
43
43
44
44
## Project maintenance
45
45
46
- - The [ Releases] ( https://github.com/apple /swift-testing/blob/main/Documentation/Releases.md )
46
+ - The [ Releases] ( https://github.com/swiftlang /swift-testing/blob/main/Documentation/Releases.md )
47
47
document describes the process of creating and publishing a new release of
48
48
Swift Testing — a task which may be performed by project administrators.
0 commit comments