Skip to content

Commit 415a185

Browse files
committed
Fixed links in SIP-19, so they appear as actual links and not code blocks.
1 parent b88f4a6 commit 415a185

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

sips/pending/_posts/2012-03-30-source-locations.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,7 @@ First, if there is already an implicit argument of type `SourceLocation`, this a
5858

5959
## Implementation ##
6060

61-
An implementation of this proposal can be found at:
61+
An implementation of this proposal can be found at: [https://github.com/phaller/scala/tree/topic/source-location](https://github.com/phaller/scala/tree/topic/source-location)
6262

63-
https://github.com/phaller/scala/tree/topic/source-location
64-
65-
An extension of this proposal is also part of Scala-Virtualized. The extension adds a subtrait `SourceContext` which in addition provides access to information, such as variable names in the context of a method invocation. More information can be found at:
66-
67-
https://github.com/TiarkRompf/scala-virtualized/wiki/SourceLocation-and-SourceContext
63+
An extension of this proposal is also part of Scala-Virtualized. The extension adds a subtrait `SourceContext` which in addition provides access to information, such as variable names in the context of a method invocation. More information can be found at: [https://github.com/TiarkRompf/scala-virtualized/wiki/SourceLocation-and-SourceContext](https://github.com/TiarkRompf/scala-virtualized/wiki/SourceLocation-and-SourceContext)
6864

0 commit comments

Comments
 (0)