docs: link to main branch
This commit is contained in:
parent
aa30743f43
commit
5d034076aa
6 changed files with 9 additions and 9 deletions
|
@ -17,9 +17,9 @@ Firefish is based off of Misskey, a powerful microblogging server on ActivityPub
|
|||
|
||||
# Documents
|
||||
|
||||
- [Installation guide](./docs/install.md)
|
||||
- [Installation guide](https://firefish.dev/firefish/firefish/-/blob/main/docs/install.md)
|
||||
- [Contributing guide](./CONTRIBUTING.md)
|
||||
- [Changelog](./docs/changelog.md)
|
||||
- [Changelog](https://firefish.dev/firefish/firefish/-/blob/main/docs/changelog.md)
|
||||
|
||||
# Links
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
Critical security updates are indicated by the :warning: icon.
|
||||
|
||||
- Server administrators must check [notice-for-admins.md](./notice-for-admins.md) as well.
|
||||
- Third-party client/bot developers may want to check [api-change.md](./api-change.md) as well.
|
||||
- Server administrators must check [notice-for-admins.md](https://firefish.dev/firefish/firefish/-/blob/main/docs/notice-for-admins.md) as well.
|
||||
- Third-party client/bot developers may want to check [api-change.md](https://firefish.dev/firefish/firefish/-/blob/main/docs/api-change.md) as well.
|
||||
|
||||
## Unreleased
|
||||
|
||||
|
|
|
@ -51,4 +51,4 @@ NOTE: This will take some time to come fully online, even after download and ext
|
|||
|
||||
Once the server is up you can use a web browser to access the web interface at `http://serverip:3000` (where `serverip` is the IP of the server you are running the firefish server on).
|
||||
|
||||
To publish your server, please follow the instructions in [section 5 of this installation guide](./install.md#5-preparation-for-publishing-a-server).
|
||||
To publish your server, please follow the instructions in [section 5 of this installation guide](https://firefish.dev/firefish/firefish/-/blob/main/docs/install.md#5-preparation-for-publishing-a-server).
|
||||
|
|
|
@ -365,7 +365,7 @@ In this instruction, we use [Caddy](https://caddyserver.com/) to make the Firefi
|
|||
|
||||
## Upgrade Firefish version
|
||||
|
||||
Please refer to the [upgrade instruction](./upgrade.md). Be sure to switch to `firefish` user and go to the Firefish directory before executing the `git` command:
|
||||
Please refer to the [upgrade instruction](https://firefish.dev/firefish/firefish/-/blob/main/docs/upgrade.md). Be sure to switch to `firefish` user and go to the Firefish directory before executing the `git` command:
|
||||
|
||||
```sh
|
||||
sudo su --login firefish
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Notice for server administrators
|
||||
|
||||
You can skip intermediate versions when upgrading from an old version, but please read the notices and follow the instructions for each intermediate version before [upgrading](./upgrade.md).
|
||||
You can skip intermediate versions when upgrading from an old version, but please read the notices and follow the instructions for each intermediate version before [upgrading](https://firefish.dev/firefish/firefish/-/blob/main/docs/upgrade.md).
|
||||
|
||||
## Upcoming breaking change (unreleased)
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## For systemd/pm2 users
|
||||
|
||||
1. Check [`docs/notice-for-admins.md`](./notice-for-admins.md)
|
||||
1. Check [`docs/notice-for-admins.md`](https://firefish.dev/firefish/firefish/-/blob/main/docs/notice-for-admins.md)
|
||||
1. Stop the server
|
||||
```sh
|
||||
sudo systemctl stop your-firefish-service.service
|
||||
|
@ -28,7 +28,7 @@
|
|||
|
||||
## For Docker/Podman users
|
||||
|
||||
1. Check [`docs/notice-for-admins.md`](./notice-for-admins.md)
|
||||
1. Check [`docs/notice-for-admins.md`](https://firefish.dev/firefish/firefish/-/blob/main/docs/notice-for-admins.md)
|
||||
1. Pull the latest container image
|
||||
```sh
|
||||
docker pull registry.firefish.dev/firefish/firefish:latest
|
||||
|
|
Loading…
Reference in a new issue