From b1b0ba27baead44e0dceaf9f80fcde0e358b53f6 Mon Sep 17 00:00:00 2001 From: Krstan Vjestica Date: Tue, 28 Jul 2026 09:40:00 +0200 Subject: [PATCH] docs: point the contributing link at the published site forail-deploy no longer carries the guide's markdown in the repo -- the sources live on the host and the site is what is published. Link the site page instead of a file path that now 404s. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3997b54..8964850 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Thanks for your interest in contributing! -The full contributing guide — git workflow, commit conventions, coding standards, PR process — lives in the [forail-deploy repository](https://github.com/forail-platform/forail-devops/blob/main/docs/10-contributing-guide.md). Please read it before submitting a pull request. +The full contributing guide — git workflow, commit conventions, coding standards, PR process — lives in the [Forail developer docs](https://forail-platform.github.io/dev/contributing.html). Please read it before submitting a pull request. ## What lives here