From 5830fece0c3b4344c5d82ba933961ae56912865b Mon Sep 17 00:00:00 2001 From: Ubaldo Pescatore <11474157+ubaldop@users.noreply.github.com> Date: Thu, 18 May 2023 17:43:01 +0200 Subject: [PATCH] Fix wrong link in index.md --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 957af99..b5566cc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -59,7 +59,7 @@ When building GraalVM Native Image the --no-fallback option is required, otherwi a static reflection configuration for [this Enumeration method]. Thus using this flag is safe only if you're not using Enumerations in your codebase, see [this comment] for more info. -[Scala CLI]: https://scala-cli.virtuslab.org/_ +[Scala CLI]: https://scala-cli.virtuslab.org [Scala Toolkit]: https://github.com/VirtusLab/toolkit [Cats]: https://typelevel.org/cats [Cats Effect]: https://typelevel.org/cats-effect @@ -72,4 +72,4 @@ Enumerations in your codebase, see [this comment] for more info. [Munit Cats Effect]: https://github.com/typelevel/munit-cats-effect [this Enumeration method]: https://github.com/scala/scala/blob/v2.13.8/src/library/scala/Enumeration.scala#L190-L215= -[this comment]: https://github.com/typelevel/cats-effect/issues/3051#issuecomment-1167026949 \ No newline at end of file +[this comment]: https://github.com/typelevel/cats-effect/issues/3051#issuecomment-1167026949