diff options
| author | 2025-06-09 12:35:37 +0200 | |
|---|---|---|
| committer | 2025-06-09 12:35:37 +0200 | |
| commit | bd4fe7081e57bcc188706b002eae8f3c4dddc430 (patch) | |
| tree | 5a926b09ebd618d09bf8ac2d3c9dbaebbaf3675f /CONTRIBUTING.md | |
| parent | [feature] Add fields introduced in Mastodon 4.4.0 to `/api/v2/instance` respo... (diff) | |
| download | gotosocial-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>
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 8 |
1 files changed, 4 insertions, 4 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: |
