fix: update github repo links on dev and debug pages
This commit is contained in:
parent
db99562391
commit
5294df3e1d
1 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ if (window.location.pathname.split('/')[3] === 'polyplus' && window.location.has
|
|||
<p class="text-muted mb-1">Version: v${Version}</p>
|
||||
<p class="text-muted mb-3">Data Size: <span id="data-size">Loading</span> byte(s)</p>
|
||||
<button class="btn btn-primary btn-sm w-100" id="check-for-updates">Check for Updates</button>
|
||||
<a href="https://github.com/IndexingGitHub/PolyPlus" class="btn btn-dark btn-sm w-100 mt-2" target="_blank">Open GitHub</a>
|
||||
<a href="https://github.com/indexxing/PolyPlus" class="btn btn-dark btn-sm w-100 mt-2" target="_blank">Open GitHub</a>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
|
|
@ -295,7 +295,7 @@ if (window.location.pathname.split('/')[3] === 'polyplus' && window.location.has
|
|||
<p class="text-muted mb-1">Version: v${Version}</p>
|
||||
<p class="text-muted mb-3">Data Size: <span id="data-size">Loading</span> byte(s)</p>
|
||||
<button class="btn btn-primary btn-sm w-100" id="check-for-updates">Check for Updates</button>
|
||||
<a href="https://github.com/IndexingGitHub/PolyPlus" class="btn btn-dark btn-sm w-100 mt-2" target="_blank">Open GitHub</a>
|
||||
<a href="https://github.com/indexxing/PolyPlus" class="btn btn-dark btn-sm w-100 mt-2" target="_blank">Open GitHub</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card mb-3">
|
||||
|
|
|
|||
Reference in a new issue