From e5c260a95bbb27332d4e54208b8a223c7af6c7d1 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Thu, 17 Aug 2023 09:52:23 +0200 Subject: [PATCH] README: improve link to guide (#237) Linking scala-yaml/ lands the user at the API index, where one can easily index that there is a "Docs" button which is the guide. Linking to scala-yaml/docs/ instead, links to the "Docs" instead. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d46163d96..d1b9a1633 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The goal of this project is to create idiomatic library which: * have explicit error handling and helpful error messages * cross compiles to [Scala.js](http://www.scala-js.org/) and [Scala Native](https://github.com/scala-native/scala-native) (waiting for Scala 3 support in SN) -Please see the [guide](https://virtuslab.github.io/scala-yaml/) for more information +Please see the [guide](https://virtuslab.github.io/scala-yaml/docs/) for more information # Help us create our roadmap! Take part in our [discussions](https://github.com/VirtusLab/scala-yaml/discussions), post your ideas, vote for feature requests and have a real impact on how our next milestone will look like!