Skip to content

Commit 1634637

Browse files
authored
Fix links in SIP-47 - Clause Interleaving
The links work fine as is in github markdown, but not on https://docs.scala-lang.org/sips/clause-interleaving.html
1 parent 752e53f commit 1634637

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/clause-interleaving.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ This might be the subject of a follow up proposal, if the concerns can be addres
166166
As discussed above, we may want to consider generalizing class parameter lists as well. However, we feel it is better to leave that extension to a follow-up proposal, if required.
167167

168168
## Related work
169-
* Pre-SIP: https://contributors.scala-lang.org/t/clause-interweaving-allowing-def-f-t-x-t-u-y-u/5525
170-
* An implementation of the proposal is available as a pull request at https://github.com/lampepfl/dotty/pull/14019
169+
* Pre-SIP: [https://contributors.scala-lang.org/t/clause-interweaving-allowing-def-f-t-x-t-u-y-u/5525](https://contributors.scala-lang.org/t/clause-interweaving-allowing-def-f-t-x-t-u-y-u/5525)
170+
* An implementation of the proposal is available as a pull request at [https://github.com/lampepfl/dotty/pull/14019](https://github.com/lampepfl/dotty/pull/14019)
171171

172172
## FAQ
173173
Currently empty.

0 commit comments

Comments
 (0)