From 190856bd0f67672f6af37fac7e3c5c51f4a95725 Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Thu, 5 Jan 2023 17:00:37 +0000 Subject: [PATCH] Fix link to API documentation in README.md Fixes #167 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94f08cf..ee73496 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,8 @@ Versions now follow classic Scala PVP style with binary compatibility within `x. ## API documentation (Scaladoc) The API documentation for scala-swing can be found -at [http://www.scala-lang.org/documentation/api.html](http://www.scala-lang.org/documentation/api.html). +at for scala 2.13 and + for scala 3. ## Current Work