diff --git a/blog/_posts/2024-08-22-scala-3.5.0-released.md b/blog/_posts/2024-08-22-scala-3.5.0-released.md index 0c9724086..b5921cd29 100644 --- a/blog/_posts/2024-08-22-scala-3.5.0-released.md +++ b/blog/_posts/2024-08-22-scala-3.5.0-released.md @@ -95,7 +95,7 @@ point match case _ => println("Point doesn't represent a real number") ``` -This is an implementation of [SIP-58](https://github.com/scala/improvement-proposals/blob/d649f6e6f333cd9232d85a12bd0445d18a673f10/content/named-tuples.md). +This is an implementation of [SIP-58](https://docs.scala-lang.org/sips/named-tuples.html). ### Experimental: new givens and context bounds syntax @@ -128,7 +128,7 @@ val _ = maximum(xs)(using descending) val _ = maximum(xs)(using descending(using intOrd)) ``` -This is an implementation of [SIP-64](https://github.com/scala/improvement-proposals/blob/db5cc6ab92758272f1a3528eacb46182ea216323/content/typeclasses-syntax.md). +This is an implementation of [SIP-64](https://docs.scala-lang.org/sips/sips/typeclasses-syntax.html). ## Work on a better scheme for given prioritization @@ -189,4 +189,4 @@ According to `git shortlog -sn --no-merges 3.4.2..3.5.0` these are: 1 rochala 1 willerf -``` \ No newline at end of file +```