From fa141feaf4784d996c47dff230baf35404d76072 Mon Sep 17 00:00:00 2001 From: Lorenzo Gabriele Date: Thu, 21 Jan 2021 10:26:33 +0100 Subject: [PATCH] Display link correctly in docs --- docs/troubleshooting/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting/faq.md b/docs/troubleshooting/faq.md index 1f8c60eac04..1e3529a1079 100644 --- a/docs/troubleshooting/faq.md +++ b/docs/troubleshooting/faq.md @@ -80,7 +80,7 @@ except for the standard lib on your classpath. ### How do I use Scala 2.x.x for my script? Under the hood Metals uses -`[alexarchambault/ammonite-runner](https://github.com/alexarchambault/ammonite-runner)` +[alexarchambault/ammonite-runner](https://github.com/alexarchambault/ammonite-runner) to help with Ammonite support. One of the features of `ammonite-runner` is that it allows you to specify the version of Scala for your script in a comment before you code.