Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
Loading