From 44ae5a42dbbb8987c2471909a752bb9e6d0dd813 Mon Sep 17 00:00:00 2001 From: Holly Cummins Date: Mon, 15 May 2023 20:58:33 +0100 Subject: [PATCH] Update CONTRIBUTING.md to mention extensions.quarkus.io I've mentioned that extension descriptions are also visible on extensions.quarkus.io --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cdc62de5e2e81..d8e39eb92b8a2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -680,7 +680,7 @@ with `-f ...`). ### Descriptions Extensions descriptions (in the `runtime/pom.xml` description or in the YAML `quarkus-extension.yaml`) -are used to describe the extension and are visible in https://code.quarkus.io. Try and pay attention to it. Here are a +are used to describe the extension and are visible in https://code.quarkus.io and https://extensions.quarkus.io. Try and pay attention to it. Here are a few recommendation guidelines: - keep it relatively short so that no hover is required to read it