From d7924953c13b496f320f971339840b1326c81fde Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Wed, 23 Feb 2022 16:36:30 +0100 Subject: [PATCH] update the link for the master branch --- docs/morphisms/js/morphisms.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/morphisms/js/morphisms.js b/docs/morphisms/js/morphisms.js index abb07ad..5756bcc 100644 --- a/docs/morphisms/js/morphisms.js +++ b/docs/morphisms/js/morphisms.js @@ -1,4 +1,4 @@ -const morphisms_url = new URL("https://raw.githubusercontent.com/kalmarek/SmallHyperbolic/mk/morphisms/data/triangle_groups_morphisms.json") +const morphisms_url = new URL("https://raw.githubusercontent.com/kalmarek/SmallHyperbolic/master/data/triangle_groups_morphisms.json") async function fetch_json(url) { try {