Skip to content

Commit e6498ce

Browse files
committed
Actually point the link to the swift-3-api-guidelines branch
1 parent a251786 commit e6498ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/0006-apply-api-guidelines-to-the-standard-library.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ to follow the guidelines.
1919
## Proposed solution
2020

2121
The actual work is being performed on the [swift-3-api-guidelines
22-
branch][swift-3-api-guidelines-repo] of the [Swift repository][swift-repo].
22+
branch][swift-3-api-guidelines-branch] of the [Swift repository][swift-repo].
2323
On high level, the changes can be summarized as follows.
2424

2525
* Strip `Type` suffix from remaining protocol names. In a few special cases
@@ -48,5 +48,5 @@ that allows the compiler to produce good error messages and emit Fix-Its.
4848

4949
[api-design-guidelines]: https://swift.org/documentation/api-design-guidelines.html "API Design Guidelines"
5050
[swift-repo]: https://github.com/apple/swift "Swift repository"
51-
[swift-3-api-guidelines-repo]: https://github.com/apple/swift-3-api-guidelines-review "Swift 3 API Design Guidelines review repository"
51+
[swift-3-api-guidelines-branch]: https://github.com/apple/swift/tree/swift-3-api-guidelines "Swift 3 API Design Guidelines preview"
5252

0 commit comments

Comments
 (0)