Skip to content

Commit 700ebdb

Browse files
committed
replace git.io links
1 parent d8b2f48 commit 700ebdb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
</head>
1515
<body>
1616
<b>PRINTJ Live Demo</b><br />
17-
<a href="https://git.io/printj">Source Code Repo</a><br />
18-
<a href="https://git.io/printj_issues">Issues? Something look weird? Click here and report an issue</a><br />
17+
<a href="https://github.com/SheetJS/printj">Source Code Repo</a><br />
18+
<a href="https://github.com/SheetJS/printj/issues">Issues? Something look weird? Click here and report an issue</a><br />
1919
<br />
2020
<pre>
2121
usage: var printf = PRINTJ.sprintf;

Diff for: tests/mjs.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
</head>
1515
<body>
1616
<b>PRINTJ ESM Live Demo</b><br />
17-
<a href="https://git.io/printj">Source Code Repo</a><br />
18-
<a href="https://git.io/printj_issues">Issues? Something look weird? Click here and report an issue</a><br />
17+
<a href="https://github.com/SheetJS/printj">Source Code Repo</a><br />
18+
<a href="https://github.com/SheetJS/printj/issues">Issues? Something look weird? Click here and report an issue</a><br />
1919
<br />
2020
<pre>
2121
usage: import { sprintf as printf } from './printj.mjs';

0 commit comments

Comments
 (0)