Skip to content

Commit 70f171b

Browse files
authored
#154 Update ghp.ci to ghgo.xyz (#152)
1 parent 8b50f86 commit 70f171b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
.
3030
<br/>
3131
<br/>
32-
Offline applications are also available via ghp.ci
32+
Offline applications are also available via ghgo.xyz
3333
<a id="win">Windows</a>
3434
<a id="mac">MacOS</a>
3535
<a id="linux">Linux</a>
@@ -38,9 +38,9 @@
3838
</div>
3939
<script>
4040
const d = new Date();const tag=`${d.getFullYear()}${String(d.getMonth()+1).padStart(2, '0')}01`;const ver=`${String(d.getFullYear()).slice(-2)}.${d.getMonth()+1}.1`;
41-
document.getElementById('win').href=`https://ghp.ci/https://github.com/railmapgen/railmapgen.github.io/releases/download/tauri-${tag}/railmapgen_${ver}_x64-setup.exe`;
42-
document.getElementById('mac').href=`https://ghp.ci/https://github.com/railmapgen/railmapgen.github.io/releases/download/tauri-${tag}/railmapgen_${ver}_aarch64.dmg`;
43-
document.getElementById('linux').href=`https://ghp.ci/https://github.com/railmapgen/railmapgen.github.io/releases/download/tauri-${tag}/railmapgen_${ver}_amd64.deb`;
41+
document.getElementById('win').href=`https://ghgo.xyz/https://github.com/railmapgen/railmapgen.github.io/releases/download/tauri-${tag}/railmapgen_${ver}_x64-setup.exe`;
42+
document.getElementById('mac').href=`https://ghgo.xyz/https://github.com/railmapgen/railmapgen.github.io/releases/download/tauri-${tag}/railmapgen_${ver}_aarch64.dmg`;
43+
document.getElementById('linux').href=`https://ghgo.xyz/https://github.com/railmapgen/railmapgen.github.io/releases/download/tauri-${tag}/railmapgen_${ver}_amd64.deb`;
4444
</script>
4545
<script type="module" src="src/index.tsx"></script>
4646
<!-- <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9532859204720704" crossorigin="anonymous"></script> -->

0 commit comments

Comments
 (0)