From 9b14906b001198a98576186c9822d701be0076e2 Mon Sep 17 00:00:00 2001 From: Andrea Tarocchi Date: Fri, 15 Nov 2024 17:43:42 +0100 Subject: [PATCH] Fixed markdown link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05de855..1083c29 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This projecti is the source used to publish https://www.apicur.io/apicurio-best-practices/. ## Contributing -If you want to modify/fix an existing guide just open a pr against this repo. Heach pr is built and the preview site archive is attacched to the pr checks to be inspected if needed. When merged to the `main` branch [a github action](https://github.com/Apicurio/apicurio-best-practices/blob/main/.github/workflows/publish.yml) should take care to publish it to githug pages committing the processed asciidoc file to https://github.com/Apicurio/[`gh-pages` branch](apicurio-best-practices/tree/gh-pages). +If you want to modify/fix an existing guide just open a pr against this repo. Heach pr is built and the preview site archive is attacched to the pr checks to be inspected if needed. When merged to the `main` branch [a github action](https://github.com/Apicurio/apicurio-best-practices/blob/main/.github/workflows/publish.yml) should take care to publish it to githug pages committing the processed asciidoc file to [`gh-pages` branch](https://github.com/Apicurio/apicurio-best-practices/tree/gh-pages). ### Building a local preview To build a local preview you need `asciidoc` installed. Then run: