From 1d341bd4dee9bbd491363e540c68e4a6382f8394 Mon Sep 17 00:00:00 2001 From: laozhoubuluo <laozhoubuluo@gmail.com> Date: Sat, 24 Feb 2024 02:11:06 +0000 Subject: [PATCH] docs: fix dead link --- .gitlab/issue_templates/bug.md | 2 +- .gitlab/issue_templates/feature.md | 2 +- CONTRIBUTING.md | 2 +- docs/api-doc.md | 4 ++-- docs/development.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md index c6e9fbe7ca..b02cf3b4d0 100644 --- a/.gitlab/issue_templates/bug.md +++ b/.gitlab/issue_templates/bug.md @@ -1,5 +1,5 @@ <!-- 💖 Thanks for taking the time to fill out this bug report! -💁 Having trouble with deployment? [Ask the support chat.](https://matrix.to/#/%23firefish:matrix.fedibird.com) +💁 Having trouble with deployment? [Ask the support chat.](https://matrix.to/#/#firefish-community:nitro.chat) 🔒 Found a security vulnerability? [Please disclose it responsibly.](https://firefish.dev/firefish/firefish/-/blob/develop/SECURITY.md) 🤝 By submitting this issue, you agree to follow our [Contribution Guidelines.](https://firefish.dev/firefish/firefish/-/blob/develop/CONTRIBUTING.md) --> diff --git a/.gitlab/issue_templates/feature.md b/.gitlab/issue_templates/feature.md index 2b82484e80..0593b5f61a 100644 --- a/.gitlab/issue_templates/feature.md +++ b/.gitlab/issue_templates/feature.md @@ -1,5 +1,5 @@ <!-- 💖 Thanks for taking the time to fill out this bug report! -💁 Having trouble with deployment? [Ask the support chat.](https://matrix.to/#/%23firefish:matrix.fedibird.com) +💁 Having trouble with deployment? [Ask the support chat.](https://matrix.to/#/#firefish-community:nitro.chat) 🔒 Found a security vulnerability? [Please disclose it responsibly.](https://firefish.dev/firefish/firefish/-/blob/develop/SECURITY.md) 🤝 By submitting this feature request, you agree to follow our [Contribution Guidelines.](https://firefish.dev/firefish/firefish/-/blob/develop/CONTRIBUTING.md) --> diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f4510b1346..af4e7b08db 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,7 @@ Before creating an issue, please check the following: - To avoid duplication, please search for similar issues before creating a new issue. - Do not use Issues to ask questions or troubleshooting. - Issues should only be used to feature requests, suggestions, and bug tracking. - - Please ask questions or troubleshooting in the [Matrix room](https://matrix.to/#/#firefish:matrix.fedibird.com). + - Please ask questions or troubleshooting in the [Matrix room](https://matrix.to/#/#firefish-community:nitro.chat). > **Warning** > Do not close issues that are about to be resolved. It should remain open until a commit that actually resolves it is merged. diff --git a/docs/api-doc.md b/docs/api-doc.md index 04fbaffd44..67ca892b07 100644 --- a/docs/api-doc.md +++ b/docs/api-doc.md @@ -1,5 +1,5 @@ # API Documentation -You can find interactive API documentation at any Firefish instance. https://firefish.social/api-doc +You can find interactive API documentation at any Firefish instance /api-doc endpoint. By the way, API console can be found at /api-console endpoint. -You can also find auto-generated documentation for firefish-js [here](../packages/firefish-js/markdown/firefish-js.md). +You can also find more about firefish-js [here](../packages/firefish-js/README.md). diff --git a/docs/development.md b/docs/development.md index 2c09a7736f..797c8273ee 100644 --- a/docs/development.md +++ b/docs/development.md @@ -40,7 +40,7 @@ delete `flake.lock`, or better, run `nix flake update --extra-experimental-featu after that, run `direnv rebuild` if there are any errors, you might have to change `flake.nix` -(because the available options can change between versions - consider getting support in [the matrix channel](https://matrix.to/#/#firefish:matrix.fedibird.com)) +(because the available options can change between versions - consider getting support in [the matrix channel](https://matrix.to/#/#firefish-community:nitro.chat)) ### after changing a node version in my case, i had to change the node version from 19, to 18