Skip to content

Commit

Permalink
link to github because gdprogra.me is dead
Browse files Browse the repository at this point in the history
  • Loading branch information
xBZZZZ committed May 16, 2023
1 parent 084c833 commit 35fca82
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/js/main_gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ push_gui(gui_div_with_html(false,
<input class="thiccb" type="button" value="open empty dict editor" onclick="push_dict_editor([],&quot;fake root&quot;);"/>\
<hr/>\
<input class="thiccb" type="button" value="about CC*.dat files" onclick="push_ccatricle();"/>\
<a class="btn thiccb" href="https://gdprogra.me/#/resources/client/gamesave" rel="noreferrer" target="_blank"><q cite="https://gdprogra.me/#/resources/client/gamesave">Client Gamesave Resource</q> on gdprogra.me</a>\
<a class="btn thiccb" href="https://github.com/xBZZZZ/gdccdated/issues" rel="noreferrer" target="_blank">report bug or suggestion on github.com</a>'+(
<a class="btn thiccb" href="https://gdprogra.me/#/resources/client/gamesave" rel="noreferrer" target="_blank"><q cite="https://gdprogra.me/#/resources/client/gamesave">Client Gamesave Resource</q> on gdprogra.me (if dead use link below)</a>\
<a class="btn thiccb" href="https://github.com/gd-programming/gd.docs/blob/docs/docs/client/gamesave.md" rel="noreferrer" target="_blank"><q cite="https://github.com/gd-programming/gd.docs/blob/docs/docs/client/gamesave.md">Client Gamesave Resource</q> on gdprogra.me (github, <em>docs</em> branch)</a>\
<a class="btn thiccb" href="https://github.com/xBZZZZ/gdccdated/issues" rel="noreferrer" target="_blank">report bug or suggestion on github</a>'+(
git_commit?
'<a class="git_commit" href="https://github.com/xBZZZZ/gdccdated/commit/'+git_commit+'" rel="noreferrer" target="_blank">git commit '+git_commit+'</a>':
'<span class="git_commit">git commit unknown</span>'
Expand Down

0 comments on commit 35fca82

Please sign in to comment.