replace git.io links

This commit is contained in:
SheetJS 2022-04-27 01:29:21 -04:00
parent d8b2f48bd9
commit 700ebdb524
2 changed files with 4 additions and 4 deletions

View File

@ -14,8 +14,8 @@ table, td {
</head>
<body>
<b>PRINTJ Live Demo</b><br />
<a href="https://git.io/printj">Source Code Repo</a><br />
<a href="https://git.io/printj_issues">Issues? Something look weird? Click here and report an issue</a><br />
<a href="https://github.com/SheetJS/printj">Source Code Repo</a><br />
<a href="https://github.com/SheetJS/printj/issues">Issues? Something look weird? Click here and report an issue</a><br />
<br />
<pre>
usage: var printf = PRINTJ.sprintf;

View File

@ -14,8 +14,8 @@ table, td {
</head>
<body>
<b>PRINTJ ESM Live Demo</b><br />
<a href="https://git.io/printj">Source Code Repo</a><br />
<a href="https://git.io/printj_issues">Issues? Something look weird? Click here and report an issue</a><br />
<a href="https://github.com/SheetJS/printj">Source Code Repo</a><br />
<a href="https://github.com/SheetJS/printj/issues">Issues? Something look weird? Click here and report an issue</a><br />
<br />
<pre>
usage: import { sprintf as printf } from './printj.mjs';