diff --git a/README.md b/README.md index 74bd324..dcea0eb 100644 --- a/README.md +++ b/README.md @@ -42,4 +42,4 @@ Would you like to contribute to `dbt-score`? That's great news! Please follow [dbt]: https://github.com/dbt-labs/dbt-core [dbt-score]: https://dbt-score.picnic.tech/ -[contributors-guide]: https://dbt-score.picnic.tech/contributors_guide +[contributors-guide]: https://dbt-score.picnic.tech/contributing/ diff --git a/docs/CONTRIBUTING.md b/docs/contributing.md similarity index 100% rename from docs/CONTRIBUTING.md rename to docs/contributing.md diff --git a/mkdocs.yml b/mkdocs.yml index 4f69d2b..b089cf0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -40,5 +40,5 @@ nav: - reference/formatters/index.md - reference/formatters/human_readable_formatter.md - reference/formatters/manifest_formatter.md - - Contributor's guide: CONTRIBUTING.md + - Contributor's guide: contributing.md - Changelog: https://github.com/PicnicSupermarket/dbt-score/blob/master/CHANGELOG.md