[Docs] Fix dead link to the C++ Interop manifesto

This commit is contained in:
Egor Zhdan
2022-03-21 14:47:34 +00:00
committed by GitHub
parent c255f841cb
commit 1124248416

View File

@@ -249,7 +249,7 @@ documentation, please create a thread on the Swift forums under the
Describes the goals and design for Library Evolution.
- [BuildManifesto.md](/docs/BuildManifesto.md):
Provides an outline for modularizing the build system for the Swift toolchain.
- [CppInteroperabilityManifesto.md](/docs/CppInteroperabilityManifesto.md):
- [CppInteroperabilityManifesto.md](/docs/CppInteroperability/CppInteroperabilityManifesto.md):
Describes the motivation and design for first-class Swift-C++ interoperability.
- [DifferentiableProgramming.md](/docs/DifferentiableProgramming.md):
Outlines a vision and design for first-class differentiable programming in Swift.