From f0c673022187301fb962815fdb1eb13b461f08d9 Mon Sep 17 00:00:00 2001 From: Marco Colombo <4977000+marcomow@users.noreply.github.com> Date: Wed, 22 Feb 2023 15:19:32 -0800 Subject: [PATCH] chore(docs): Updated interpret link to point to gulpjs location (#241) --- docs/CLI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CLI.md b/docs/CLI.md index 2d3db6f1..fd40368f 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -16,7 +16,7 @@ Just running `gulp` will execute the task `default`. If there is no ### Compilers -You can find a list of supported languages at https://github.com/js-cli/js-interpret. If you would like to add support for a new language, send pull requests/open issues on that project. +You can find a list of supported languages at [https://github.com/gulpjs/interpret](https://github.com/gulpjs/interpret). If you would like to add support for a new language, send pull requests/open issues on that project. ### Environment