summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Nicole Mikołajczyk <git@mkljczk.pl>2025-06-09 12:35:37 +0200
committerLibravatar tobi <kipvandenbos@noreply.codeberg.org>2025-06-09 12:35:37 +0200
commitbd4fe7081e57bcc188706b002eae8f3c4dddc430 (patch)
tree5a926b09ebd618d09bf8ac2d3c9dbaebbaf3675f
parent[feature] Add fields introduced in Mastodon 4.4.0 to `/api/v2/instance` respo... (diff)
downloadgotosocial-bd4fe7081e57bcc188706b002eae8f3c4dddc430.tar.xz
[docs] change ID links in ToC to match goldmark parser behavior (#4223)
Signed-off-by: Nicole Mikołajczyk <git@mkljczk.pl> # Description I'm not sure if this should be handled this way, but some of the TOC links don't work on Forgejo due to, I guess, the Markdown parser behavior. This, however, makes them not work on GitHub ## Checklist - [x] I/we have read the [GoToSocial contribution guidelines](https://codeberg.org/superseriousbusiness/gotosocial/src/branch/main/CONTRIBUTING.md). - [ ] I/we have discussed the proposed changes already, either in an issue on the repository, or in the Matrix chat. - [x] I/we have not leveraged AI to create the proposed changes. Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4223 Co-authored-by: Nicole Mikołajczyk <git@mkljczk.pl> Co-committed-by: Nicole Mikołajczyk <git@mkljczk.pl>
-rw-r--r--CONTRIBUTING.md8
-rw-r--r--README.md6
-rw-r--r--ROADMAP.md4
3 files changed, 9 insertions, 9 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2f95fa614..790e5a949 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -18,11 +18,11 @@ These contribution guidelines were adapted from / inspired by those of Gitea (ht
- [Docker](#docker)
- [With GoReleaser](#with-goreleaser)
- [Manually](#manually)
- - [Stylesheet / Web dev](#stylesheet--web-dev)
+ - [Stylesheet / Web dev](#stylesheet-web-dev)
- [Live Reloading](#live-reloading)
- [Project Structure](#project-structure)
- [Finding your way around the code](#finding-your-way-around-the-code)
- - [Style / Linting / Formatting](#style--linting--formatting)
+ - [Style / Linting / Formatting](#style-linting-formatting)
- [Testing](#testing)
- [Standalone Testrig with Pinafore](#standalone-testrig-with-pinafore)
- [Running automated tests](#running-automated-tests)
@@ -31,7 +31,7 @@ These contribution guidelines were adapted from / inspired by those of Gitea (ht
- [CLI Tests](#cli-tests)
- [Federation](#federation)
- [Updating Swagger docs](#updating-swagger-docs)
- - [CI/CD configuration](#cicd-configuration)
+ - [CI/CD configuration](#ci-cd-configuration)
## Introduction
@@ -182,7 +182,7 @@ Normally, these processes are handled by Drone (see CI/CD above). However, you c
To do this, first [install GoReleaser](https://goreleaser.com/install/).
-Then install Node and Yarn as described in [Stylesheet / Web dev](#stylesheet--web-dev).
+Then install Node and Yarn as described in [Stylesheet / Web dev](#stylesheet-web-dev).
Finally, to create a snapshot build, do:
diff --git a/README.md b/README.md
index 0e313d9e1..d0447467d 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Here's a screenshot of the instance landing page! Check out the project's [offic
- [Rich text formatting](#rich-text-formatting)
- [Themes and custom CSS](#themes-and-custom-css)
- [Easy to run](#easy-to-run)
- - [Safety + security features](#safety--security-features)
+ - [Safety + security features](#safety-security-features)
- [Various federation modes](#various-federation-modes)
- [OIDC integration](#oidc-integration)
- [Backend-first design](#backend-first-design)
@@ -51,7 +51,7 @@ Here's a screenshot of the instance landing page! Check out the project's [offic
- [Stable Releases](#stable-releases)
- [Snapshot Releases](#snapshot-releases)
- [Docker](#docker)
- - [Binary release .tar.gz](#binary-release-targz)
+ - [Binary release .tar.gz](#binary-release-tar-gz)
- [From Source](#from-source)
- [Third-party Packaging](#third-party-packaging)
- [Contributing](#contributing)
@@ -61,7 +61,7 @@ Here's a screenshot of the instance landing page! Check out the project's [offic
- [Image Attribution and Licensing](#image-attribution-and-licensing)
- [Team](#team)
- [Special Thanks](#special-thanks)
-- [Sponsorship + Funding](#sponsorship--funding)
+- [Sponsorship + Funding](#sponsorship-funding)
- [Crowdfunding](#crowdfunding)
- [Corporate Sponsorship](#corporate-sponsorship)
- [NLnet](#nlnet)
diff --git a/ROADMAP.md b/ROADMAP.md
index 2d70a31ce..bc8a8d3e6 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -13,10 +13,10 @@ Big thank you to all of our [Open Collective](https://opencollective.com/gotosoc
- [Beta Aims](#beta-aims)
- [Timeline](#timeline)
- [Mid 2023](#mid-2023)
- - [Mid/late 2023](#midlate-2023)
+ - [Mid/late 2023](#mid-late-2023)
- [Early 2024](#early-2024)
- [BETA milestone](#beta-milestone)
- - [Remainder 2024 - early 2025](#remainder-2024---early-2025)
+ - [Remainder 2024 - early 2025](#remainder-2024-early-2025)
- [On the way out of BETA to STABLE RELEASE](#on-the-way-out-of-beta-to-stable-release)
- [Wishlist](#wishlist)