1
0
mirror of https://github.com/kalmarek/SmallHyperbolic synced 2024-07-27 21:10:31 +02:00

update the link for the master branch

This commit is contained in:
Marek Kaluba 2022-02-23 16:36:30 +01:00
parent 1dbf8daa60
commit d7924953c1
No known key found for this signature in database
GPG Key ID: 8BF1A3855328FC15

View File

@ -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) { async function fetch_json(url) {
try { try {