From f6717fb61799b4e99272142ec2d2c8c76cceae23 Mon Sep 17 00:00:00 2001 From: marienz Date: Mon, 2 Jan 2023 13:58:38 +1100 Subject: [PATCH] fix: fixed broken tribble link in contributing docs (#247) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d9a569ec3c..c88afbecd1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ First off, thanks so much for taking the time to contribute to Perseus, it's greatly appreciated! -Perseus uses [Tribble](https://github.com/arctic-hen7/tribble) for managing contributions, see [here](https://arctic-hen7.github.io/perseus/tribble/workflow/perseus) for an interactive system that will guide you through making contributions to this repository. Please note that this system is still in beta, so please just open a GitHub issue as usual if something's not working properly there. Otherwise, issues should be created through Tribble (this allows you to basically triage your issue yourself, making things move more quickly). +Perseus uses [Tribble](https://github.com/arctic-hen7/tribble) for managing contributions, see [here](https://framesurge.sh/perseus/tribble/workflow/perseus/) for an interactive system that will guide you through making contributions to this repository. Please note that this system is still in beta, so please just open a GitHub issue as usual if something's not working properly there. Otherwise, issues should be created through Tribble (this allows you to basically triage your issue yourself, making things move more quickly). The rest of this document is dedicated to explaining how to get a local copy of Perseus and open a pull request, and is primarily targeted toward those contributing to an open-source project for the first time.