Skip to content

Commit 1430bab

Browse files
committed
Fix dead links
These links are likely to change again, but we probably have some bikeshedding time before a consensus emerges from scala/scala3#5825
1 parent 6f5f1bd commit 1430bab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_sips/minutes/2018-09-24-sip-minutes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The following agenda was distributed to attendees:
1515
| Summary of the Contributors thread [“Proposal to remove the procedure Syntax”](https://contributors.scala-lang.org/t/proposal-to-remove-procedure-syntax/2143) | Josh Suereth | Pending |
1616
| [Proposal to add Intersection Types to the Language](https://dotty.epfl.ch/docs/reference/new-types/intersection-types.html) | Martin Odersky | Discussion opened until the 25th October 2018, comments welcomed [here](https://contributors.scala-lang.org/t/proposal-to-add-intersection-types-to-the-language/2351) |
1717
| [Proposal to Add Union Types to the Language](https://dotty.epfl.ch/docs/reference/new-types/union-types.html) | Martin Odersky | Discussion opened until the 25th October 2018, comments welcomed [here](https://contributors.scala-lang.org/t/proposal-to-add-union-types-to-the-language/2352) |
18-
| [Proposal to add Implicit Function Types to the Language](https://dotty.epfl.ch/docs/reference/new-types/implicit-function-types.html) | Martin Odersky | Discussion opened until the 25th October 2018, comments welcomed [here](https://contributors.scala-lang.org/t/proposal-to-add-implicit-function-types-to-the-language/2353) |
18+
| [Proposal to add Implicit Function Types to the Language](https://dotty.epfl.ch/docs/reference/instances/implicit-function-types.html) | Martin Odersky | Discussion opened until the 25th October 2018, comments welcomed [here](https://contributors.scala-lang.org/t/proposal-to-add-implicit-function-types-to-the-language/2353) |
1919
| [Proposal to add Dependent Function Types to the Language](https://dotty.epfl.ch/docs/reference/new-types/dependent-function-types.html) | Martin Odersky | Discussion opened until the 25th October 2018, comments welcomed [here](https://contributors.scala-lang.org/t/proposal-to-add-dependent-function-types-to-the-language/2354/1) |
2020
| [Proposal to add Trait Parameters to the Language](https://dotty.epfl.ch/docs/reference/other-new-features/trait-parameters.html) | Martin Odersky | Discussion opened until the 25th October 2018, comments welcomed [here](https://contributors.scala-lang.org/t/proposal-to-add-trait-parameters-to-the-language/2356) |
2121

@@ -154,7 +154,7 @@ There is some back-and-forth between **Sebastien** and **Josh** with
154154
regards to performance of union types and their boxing (especially in the
155155
presence of specialization). [More](https://youtu.be/tEb4UF6RJrM?t=1913)
156156

157-
#### [Proposal to add Implicit Function Types to the Language](https://dotty.epfl.ch/docs/reference/new-types/implicit-function-types.html)
157+
#### [Proposal to add Implicit Function Types to the Language](https://dotty.epfl.ch/docs/reference/instances/implicit-function-types.html)
158158

159159
([YouTube time: 39’01’’ - 43’11’’](https://youtu.be/tEb4UF6RJrM?t=2341))
160160

_sips/minutes/2018-11-26-sip-minutes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Please see the [full list here](https://docs.google.com/spreadsheets/d/1GWJUo0U3
9999

100100
[Dependent Function Types](http://dotty.epfl.ch/docs/reference/new-types/dependent-function-types.html)
101101

102-
[Implicit Function Types](http://dotty.epfl.ch/docs/reference/new-types/implicit-function-types.html)
102+
[Implicit Function Types](http://dotty.epfl.ch/docs/reference/instances/implicit-function-types.html)
103103

104104
[Weak Conformance](https://dotty.epfl.ch/docs/reference/dropped-features/weak-conformance.html)
105105

0 commit comments

Comments
 (0)