aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DEPLOY.md2
-rw-r--r--README.md2
-rw-r--r--src/components/HelpModal.vue7
3 files changed, 5 insertions, 6 deletions
diff --git a/DEPLOY.md b/DEPLOY.md
index 98c4077..c8ba1fd 100644
--- a/DEPLOY.md
+++ b/DEPLOY.md
@@ -7,7 +7,7 @@
It's for running `backend/chrona.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 Chrona will be accessible (eg: `'/chrona'`)
+ - In `vite.config.js`: Set `base` to the URL path where Chrona will be accessible (eg: `'/chrona'`)
- In `src/lib.ts`:
- Set `SERVER_DATA_URL` to the URL where `backend/chrona.py` will be served
(eg: `'https://terryt.dev/chrona/data'`)
diff --git a/README.md b/README.md
index e303e35..6fe0260 100644
--- a/README.md
+++ b/README.md
@@ -72,4 +72,4 @@ instructions for deployment on an Apache server on an Ubuntu system.
## Licence
-Chrona is licensed under the [MIT Licence](https://github.com/terry06890/chrona/blob/main/LICENCE.txt).
+Chrona is licensed under the MIT Licence.
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>