From c90c45c9cce9507ba6f98ff1481d8dfe4c689cfb Mon Sep 17 00:00:00 2001 From: Michael The Date: Wed, 12 Jun 2024 10:28:22 +0200 Subject: [PATCH 1/2] Fix URL to contributors guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74bd324..2944517 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/ From 3af7f554df330e3249ba5a5f94c9407af4604407 Mon Sep 17 00:00:00 2001 From: Michael The Date: Tue, 18 Jun 2024 12:28:16 +0200 Subject: [PATCH 2/2] CONTRIBUTING.md -> contributing.md --- README.md | 2 +- docs/{CONTRIBUTING.md => contributing.md} | 0 mkdocs.yml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/{CONTRIBUTING.md => contributing.md} (100%) diff --git a/README.md b/README.md index 2944517..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/CONTRIBUTING/ +[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