Skip to content

Commit

Permalink
readme: use groovescore.app URL
Browse files Browse the repository at this point in the history
Use the dedicated URL instead of github.io.
  • Loading branch information
jnikula committed Oct 22, 2024
1 parent 225eba6 commit bd37158
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ from current main branch.

.. _Svelte: https://svelte.dev/

.. _documentation: https://groovescore.github.io/snooker-scoreboard/
.. _documentation: https://groovescore.app

.. _scoreboard app: https://groovescore.github.io/snooker-scoreboard/latest.html
.. _scoreboard app: https://groovescore.app/latest.html

.. _development version: https://groovescore.github.io/snooker-scoreboard/main
.. _development version: https://groovescore.app/main

License
-------
Expand Down
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@

<div class='grid-container'>
<div class='name-input-card middle {$names.can_new_game() ? "" : "unavailable"}' on:click={ui_new_game}>
<div class='info-card-copyright' on:click|stopPropagation={() => false}><a href="https://groovescore.github.io/snooker-scoreboard/">&copy; 2022-2024 Jani Nikula<br>License: AGPL 3.0 or later &#x1f517;</a></div>
<div class='info-card-copyright' on:click|stopPropagation={() => false}><a href="https://groovescore.app">&copy; 2022-2024 Jani Nikula<br>License: AGPL 3.0 or later &#x1f517;</a></div>
<div></div>
<div>GrooveScore</div>
<div>Snooker</div>
Expand Down

0 comments on commit bd37158

Please sign in to comment.