fix: mannual site url
This commit is contained in:
parent
db5feebe89
commit
97012543d2
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
Manual for SeaSearch
|
||||
|
||||
The website: https://seasearch-manual.seafile.com
|
||||
The website: https://seasearch-manual.seafile.com/
|
||||
|
||||
## Serve docs locally
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue