From 1473d4aa11485ad98d99619375d96c32f7e2fa21 Mon Sep 17 00:00:00 2001 From: Hugo <149513282+hugo9655@users.noreply.github.com> Date: Mon, 15 Sep 2025 18:52:22 +0100 Subject: [PATCH] Misc changes (#4063) * Fix * Update --- docs/.vitepress/transformer.ts | 2 +- docs/developer-tools.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/.vitepress/transformer.ts b/docs/.vitepress/transformer.ts index f5e76f377..e6e95f475 100644 --- a/docs/.vitepress/transformer.ts +++ b/docs/.vitepress/transformer.ts @@ -266,7 +266,7 @@ const transformLinks = (text: string): string => }, { name: 'GitLab', - find: /\[GitLab\]\(([^\)]*?)\)/gm, + find: /(?<=\/ )\[GitLab\]\(([^\)]*?)\)/gm, replace: '
' }, diff --git a/docs/developer-tools.md b/docs/developer-tools.md index 6904b4349..3159f859c 100644 --- a/docs/developer-tools.md +++ b/docs/developer-tools.md @@ -205,12 +205,12 @@ * 🌐 **[Forge Comparison](https://git.sdf.org/humanacollaborator/humanacollabora/src/branch/master/forge_comparison.md)**, [Forgejo](https://forgejo.org/compare/#only-develops-free-software) or [Forgeperf.org](https://forgeperf.org/) - Git Collab Tool Comparison * ↪️ **[Git Project Indexes](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_git_projects)** * ⭐ **[Fork](https://git-fork.com/)**, [GitButler](https://github.com/gitbutlerapp/gitbutler) or [GitQlient](https://github.com/francescmm/GitQlient) - Git Desktop Clients -* ⭐ **[Codeberg](https://codeberg.org/)** / [Matrix](https://matrix.to/#/#codeberg-space:matrix.org), [Drift](https://drift.lol/), [Gitea](https://about.gitea.com/), [GitLab.com](https://about.gitlab.com/) or [sourcehut](https://sourcehut.org/) - GitHub Alts / Version Control Systems +* ⭐ **[Codeberg](https://codeberg.org/)** / [Matrix](https://matrix.to/#/#codeberg-space:matrix.org), [Drift](https://drift.lol/), [GitLab](https://about.gitlab.com/) or [sourcehut](https://sourcehut.org/) - GitHub Alternatives +* [Savannah](https://savannah.gnu.org/), [FSFE](https://git.fsfe.org/), [git.sr.ht](https://git.sr.ht/), [GitGud](https://gitgud.io/) or [Notabug](https://notabug.org/) - Git Hosting Services +* [Gitea](https://about.gitea.com/), [Forgejo](https://forgejo.org/), [Gogs](https://gogs.io/) - Self-Hosted Repository Platforms * [Git](https://git-scm.com/) - Version Control System * [searchcode](https://searchcode.com/) or [PublicWWW](https://publicwww.com/) - Source Code Search * [git-sim](https://github.com/initialcommit-com/git-sim) - Visually Simulate Git Operations Before Running -* [Gittea.dev](https://gittea.dev/), [Savannah](https://savannah.gnu.org/), [FSFE](https://git.fsfe.org/), [git.sr.ht](https://git.sr.ht/), [GitGud](https://gitgud.io/) or [Notabug](https://notabug.org/) - Git Hosting / Software Forge -* [Forgejo](https://forgejo.org/) or [Gogs](https://gogs.io/) - Self-Hosted Git Services / Forge * [posh-git](https://github.com/dahlbyk/posh-git) - Git Powershell Environment * [up-for-grabs](https://up-for-grabs.net/) - Curated List of Tasks for New Contributes * [GitKraken](https://www.gitkraken.com/), [RelaGit](https://rela.dev/), [Sourcetree](https://www.sourcetreeapp.com/), [lazygit](https://github.com/jesseduffield/lazygit) or [gitui](https://github.com/gitui-org/gitui) - Git GUIs