diff options
| -rw-r--r-- | DEPLOY.md | 2 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | src/components/HelpModal.vue | 7 |
3 files changed, 5 insertions, 6 deletions
@@ -7,7 +7,7 @@ It's for running `backend/tilo.py` to serve tree-of-life data, and is used instead of CGI to avoid starting a new process for each request. 1. Change some constants (automated by `prebuild.sh`) - - In `src/vite.config.js`: Set `base` to the URL path where Tilo will be accessible (eg: `'/tilo'`) + - In `vite.config.js`: Set `base` to the URL path where Tilo will be accessible (eg: `'/tilo'`) - In `src/lib.ts`: - Set `SERVER_DATA_URL` to the URL where `backend/tilo.py` will be served (eg: `'https://terryt.dev/tilo/data'`) @@ -70,4 +70,4 @@ instructions for deployment on an Apache server on an Ubuntu system. ## Licence -Tilo is licensed under the [MIT Licence](https://github.com/terry06890/tilo/blob/main/LICENCE.txt). +Tilo is licensed under the MIT Licence. diff --git a/src/components/HelpModal.vue b/src/components/HelpModal.vue index ac2773c..4c2bd1f 100644 --- a/src/components/HelpModal.vue +++ b/src/components/HelpModal.vue @@ -223,10 +223,9 @@ <template #content> <div :class="contentClasses"> <p> - Tilo's source code is available on - <a href="https://github.com/terry06890/tilo" :style="aStyles">GitHub</a>, under the - <a href="https://github.com/terry06890/tilo/blob/main/LICENCE.txt" - :style="aStyles">MIT Licence</a>. + Tilo's source code is available from a self-hosted + <a href="https://terryt.dev/cgit/tilo/about" :style="aStyles">Git repository</a>, + under the MIT Licence. </p> <br/> <h1 class="text-lg font-bold">Data Sources</h1> |
