Преглед на файлове

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,
-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 could affect the API of the type outside of the type definition.