Преглед изворни кода

Fix broken link in proposal text (#948)

josh11b пре 4 година
родитељ
комит
cabba3e93e
1 измењених фајлова са 3 додато и 2 уклоњено
  1. 3 2
      proposals/p0553.md

+ 3 - 2
proposals/p0553.md

@@ -158,8 +158,9 @@ external impl Comparable for Song { ... }
 ```
 ```
 
 
 The main advantage of this syntax was that it was uniform across many cases,
 The main advantage of this syntax was that it was uniform across many cases,
-including [conditional conformance](details.md#conditional-conformance). It
-wasn't ideal across a number of dimensions though.
+including
+[conditional conformance](/docs/design/generics/details.md#conditional-conformance).
+It wasn't ideal across a number of dimensions though.
 
 
 -   It repeated the type name which was redundant and verbose
 -   It repeated the type name which was redundant and verbose
 -   It could affect the API of the type outside of the type definition.
 -   It could affect the API of the type outside of the type definition.