From 7010fe97a7d811583c832f6f5089ce32bab66515 Mon Sep 17 00:00:00 2001 From: Mads Buchmann Frederiksen Date: Mon, 27 Sep 2021 16:35:28 +0200 Subject: [PATCH] docs(readme): fix broken link to CONTRIBUTE guide (#23982) --- core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/README.md b/core/README.md index b97610354d..abd975f830 100644 --- a/core/README.md +++ b/core/README.md @@ -60,7 +60,7 @@ Notice how `IonBadge` is imported from `@ionic/core/components/ion-badge` rather ## How to contribute -[Check out the CONTRIBUTE guide](CONTRIBUTING.md) +[Check out the CONTRIBUTE guide](/.github/CONTRIBUTING.md) ## Related