From d7f6b62e85fa190f453834cbc6072ce8fa5036a3 Mon Sep 17 00:00:00 2001 From: Krstan Vjestica Date: Thu, 30 Jul 2026 16:31: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 04fc893..7f47449 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. ## Quick start