Skip to content

Commit 2c56b58

Browse files
committed
cc doc: add missing links
1 parent 87a56ba commit 2c56b58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/_docs/reference/experimental/capture-checking/classifiers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ like this:
1616
```scala
1717
trait Control extends SharedCapability, Classifier
1818
```
19-
The Gears library then defines a capability class `Async` which extends `Control`.
19+
The [Gears library](https://lampepfl.github.io/gears/) then defines a capability class `Async` which extends `Control`.
2020

2121
```scala
2222
trait Async extends Control

docs/_docs/reference/experimental/capture-checking/scoped-caps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ in the function itself. In that alternative notation, the type of makeLogger wou
2828
```scala
2929
makeLogger: cap₁.(fs: FileSystem^{cap₁}): cap₂. Logger^{cap₂}
3030
```
31-
There's a connection with capture polymorphism here. `cap`s in function parameters behave like additional
31+
There's a connection with [capture polymorphism](polymorphism.md) here. `cap`s in function parameters behave like additional
3232
capture parameters that can be instantiated at the call site to arbitrary capabilities.
3333

3434
The conventions for method types carry over to function types. A function type

0 commit comments

Comments
 (0)