瀏覽代碼

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.