Skip to content

Commit f028016

Browse files
authored
Fix two documentation links that weren't working
1 parent 71c62c0 commit f028016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/CppInteroperability/CppInteroperabilityManifesto.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Assumptions:
6767
+ [Function templates: calls with generic type parameters](#function-templates-calls-with-generic-type-parameters)
6868
+ [Function templates: importing as real generic functions](#function-templates-importing-as-real-generic-functions)
6969
+ [Class templates](#class-templates)
70-
+ [Class templates: importing instantiation behind typedef](#class-templates-importing-instantiation-behind-typedef)
70+
+ [Class templates: importing full class template instantiations](#class-templates-importing-full-class-template-instantiations)
7171
+ [Class templates: importing specific specializations](#class-templates-importing-specific-specializations)
7272
+ [Class templates: using with generic type parameters](#class-templates-using-with-generic-type-parameters)
7373
+ [Class templates: using in generic code through a synthesized protocol](#class-templates-using-in-generic-code-through-a-synthesized-protocol)
@@ -184,7 +184,7 @@ that pick different sides, forcing the user to choose.
184184

185185
Swift/C++ interoperability builds on top of the Swift/C interoperability, so it
186186
helps to be familiar with [Swift's strategy for importing C
187-
modules](HowSwiftImportsCAPIs.md).
187+
modules](../HowSwiftImportsCAPIs.md).
188188

189189
# Importing C++ APIs into Swift
190190

0 commit comments

Comments
 (0)