Skip to content

Commit f3a461b

Browse files
committed
move Generics.rst to archive folder
1 parent d069fff commit f3a461b

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

docs/GenericsManifesto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The "Complete Generics" goal for Swift 3 has been fairly ill-defined thus far, w
88
99
This message expands upon the notion of "completing generics". It is not a plan for Swift 3, nor an official core team communication, but it collects the results of numerous discussions among the core team and Swift developers, both of the compiler and the standard library. I hope to achieve several things:
1010

11-
* **Communicate a vision for Swift generics**, building on the [original generics design document](https://github.com/apple/swift/blob/main/docs/Generics.rst), so we have something concrete and comprehensive to discuss.
11+
* **Communicate a vision for Swift generics**, building on the [original generics design document](https://github.com/apple/swift/blob/main/docs/archive/Generics.rst), so we have something concrete and comprehensive to discuss.
1212

1313
* **Establish some terminology** that the Swift developers have been using for these features, so our discussions can be more productive ("oh, you're proposing what we refer to as 'conditional conformances'; go look over at this thread").
1414

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ They are preserved mostly for historical interest.
292292
- [AccessControl.md](/docs/AccessControl.md)
293293
- [Arrays.md](/docs/Arrays.md)
294294
<!-- Has additional notes on bridging that may be of general interest? -->
295-
- [Generics.rst](/docs/Generics.rst)
295+
- [Generics.rst](/docs/archive/Generics.rst)
296296
- [ErrorHandling.md](/docs/ErrorHandling.md)
297297
- [StringDesign.rst](/docs/StringDesign.rst)
298298
- [TextFormatting.rst](/docs/TextFormatting.rst)

docs/ReferenceGuides/UnderscoredAttributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ For more details, see the
867867

868868
Forces generation of a specialized implementation for a generic declaration.
869869

870-
See [Generics.rst](/docs/Generics.rst) for more details.
870+
See [Generics.rst](/docs/archive/Generics.rst) for more details.
871871

872872
## `@_specializeExtension`
873873

File renamed without changes.

0 commit comments

Comments
 (0)