We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a253b48 commit fa8f81aCopy full SHA for fa8f81a
CONTRIBUTING.md
@@ -55,7 +55,7 @@ support for generating and previewing documentation.
55
### Prerequisites
56
57
Swift-DocC is a Swift package. If you're new to Swift package manager,
58
-the [documentation here](https://swift.org/getting-started#using-the-package-manager)
+the [documentation here](https://www.swift.org/documentation/package-manager/)
59
provides an explanation of how to get started and the software you'll need
60
installed.
61
@@ -64,7 +64,7 @@ installed.
64
1. Checkout this repository using:
65
66
```bash
67
- git clone git@github.com:apple/swift-docc.git
+ git clone git@github.com:swiftlang/swift-docc.git
68
```
69
70
2. Navigate to the root of your cloned repository with:
0 commit comments