From 3717e3f26d4b0866be1149a985814c32d5b0ff9b Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Tue, 30 Jun 2026 11:33:45 +0100 Subject: [PATCH] docs: fix broken links --- CONTRIBUTING.MD | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.MD b/CONTRIBUTING.MD index c04df190..29bec8f3 100644 --- a/CONTRIBUTING.MD +++ b/CONTRIBUTING.MD @@ -25,7 +25,7 @@ This repository follows the same rules as a Fastify plugin repository. A detaile ## Becoming a collaborator -We follow the [Fastify organization Governance model](https://github.com/fastify/fastify/blob/main/GOVERNANCE.md#collaborator-nominations) so it is necessary to contribute to this repository in order to become a member. +We follow the [Fastify organization Governance model](https://github.com/fastify/.github/blob/main/GOVERNANCE.md#collaborator-nominations) so it is necessary to contribute to this repository in order to become a member. ## Debugging failing checks diff --git a/README.md b/README.md index b83f3f6e..4557718b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ npm install ### Setup -Before we start the development server we will need to fetch some of the docs from [Fastify Repo](https://github.com/fastify/fastify.git). This requires Github CLI to be installed which can be found [here](https://cli.github.com/). +Before we start the development server we will need to fetch some of the docs from [Fastify Repo](https://github.com/fastify/fastify). This requires Github CLI to be installed which can be found [here](https://cli.github.com/). After installing [GitHub CLI](https://cli.github.com/) ensure you are logged in by running;