fix: mannual site url

This commit is contained in:
Junxiang Huang 2025-01-04 16:02:10 +08:00
parent db5feebe89
commit 97012543d2
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
Manual for SeaSearch
The website: https://seasearch-manual.seafile.com
The website: https://seasearch-manual.seafile.com/
## Serve docs locally

View file

@ -17,9 +17,9 @@ You can download the `.yml` and `.env` files by following commands:
```bash
mkdir /opt/seasearch
cd /opt/seasearch
wget https://seasearch-manual.seafile.comrepo/caddy.yml
wget https://seasearch-manual.seafile.comrepo/seasearch.yml
wget -O .env https://seasearch-manual.seafile.comrepo/env
wget https://seasearch-manual.seafile.com/repo/caddy.yml
wget https://seasearch-manual.seafile.com/repo/seasearch.yml
wget -O .env https://seasearch-manual.seafile.com/repo/env
```
## Modify .env file