From a4164c40865dbd3d3ab5e49ef914dbc016855970 Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Sun, 5 Jun 2022 12:46:00 +0200 Subject: [PATCH] playground: fix typo --- docs/playground.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/playground.js b/docs/playground.js index 17c7b2a..a297500 100644 --- a/docs/playground.js +++ b/docs/playground.js @@ -364,7 +364,7 @@ ${outputText} const queryParams = `title=${encodeURIComponent( title, )}&body=${encodeURIComponent(body)}`; - const url = `https://github.com/m-novikov/tree-sitter-sql/issues/new?${queryParams}`; + const url = `https://github.com/MichaHoffmann/tree-sitter-hcl/issues/new?${queryParams}`; window.open(url); }