diff options
Diffstat (limited to 'src/components/HelpModal.vue')
| -rw-r--r-- | src/components/HelpModal.vue | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/components/HelpModal.vue b/src/components/HelpModal.vue index 5dc9ff3..46259a8 100644 --- a/src/components/HelpModal.vue +++ b/src/components/HelpModal.vue @@ -147,10 +147,9 @@ <template #content> <div :class="contentClasses"> <p> - The source code is available on - <a href="https://github.com/terry06890/chrona" :style="aStyles">GitHub</a>, under the - <a href="https://github.com/terry06890/tilo/blob/main/LICENCE.txt" - :style="aStyles">MIT Licence</a> + Chrona's source code is available from a self-hosted + <a href="https://terryt.dev/cgit/chrona/about" :style="aStyles">Git repository</a>, + under the MIT Licence. </p> <br/> <h1 :class="contentH1Classes">Data Sources</h1> |
