From 5d034076aa14b5d1fca34015d488a45d9297d110 Mon Sep 17 00:00:00 2001 From: naskya Date: Wed, 10 Jul 2024 10:31:58 +0900 Subject: [PATCH] docs: link to main branch --- README.md | 4 ++-- docs/changelog.md | 4 ++-- docs/install-container.md | 2 +- docs/install.md | 2 +- docs/notice-for-admins.md | 2 +- docs/upgrade.md | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 67e9f58d4a..2dc7569eae 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/changelog.md b/docs/changelog.md index 2582f8ff7a..d34b2c584c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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 diff --git a/docs/install-container.md b/docs/install-container.md index 0d84f907a5..731eb32dbb 100644 --- a/docs/install-container.md +++ b/docs/install-container.md @@ -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). diff --git a/docs/install.md b/docs/install.md index 9771e32306..c03b3a0794 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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 diff --git a/docs/notice-for-admins.md b/docs/notice-for-admins.md index 2186e63f38..70de7ee013 100644 --- a/docs/notice-for-admins.md +++ b/docs/notice-for-admins.md @@ -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) diff --git a/docs/upgrade.md b/docs/upgrade.md index 2d0c6c5a10..8f602cf944 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -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