From 0ad935699a5e24ca3a0aa621c7425ac7029775b3 Mon Sep 17 00:00:00 2001 From: Michael B <44144536+michaelb@users.noreply.github.com> Date: Thu, 12 Oct 2023 08:04:22 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 43762ba..f0e6bd0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ Just in case: to compile `cargo build --release`, to create and show the documen ## Add support for a new language language -First, you should try out to configure the [Generic interpreter](https://michaelb.github.io/sniprun/sources/Generic.html#Generic.html#community-examples-for-non-officially-supported_languages). Someone may have figured it out already! +First, you should try out to configure the [Generic interpreter](https://michaelb.github.io/sniprun/sources/interpreters/Generic.html#community-examples-for-non-officially-supported-languages). Someone may have figured it out already! If you succeed in doing so yourself, please contribute to that page so other may benefit from it!