From 700ebdb5247b6797e1300e6ffed83603fa131a0c Mon Sep 17 00:00:00 2001 From: SheetJS Date: Wed, 27 Apr 2022 01:29:21 -0400 Subject: [PATCH] replace git.io links --- index.html | 4 ++-- tests/mjs.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 835716f..c11469f 100644 --- a/index.html +++ b/index.html @@ -14,8 +14,8 @@ table, td { PRINTJ Live Demo
-Source Code Repo
-Issues? Something look weird? Click here and report an issue
+Source Code Repo
+Issues? Something look weird? Click here and report an issue

 usage: var printf = PRINTJ.sprintf;
diff --git a/tests/mjs.html b/tests/mjs.html
index 922a60f..3a5d4f8 100644
--- a/tests/mjs.html
+++ b/tests/mjs.html
@@ -14,8 +14,8 @@ table, td {
 
 
 PRINTJ ESM Live Demo
-Source Code Repo
-Issues? Something look weird? Click here and report an issue
+Source Code Repo
+Issues? Something look weird? Click here and report an issue

 usage: import { sprintf as printf } from './printj.mjs';