From e72c74bfa0d39766377eeb05c82a6fbceb71bba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Proen=C3=A7a?= <8202400+pproenca@users.noreply.github.com> Date: Sat, 7 Mar 2026 21:55:43 +0000 Subject: [PATCH] fix: correct nginx debug skill companion link --- skills/.experimental/nginx-c-module-debug/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/.experimental/nginx-c-module-debug/SKILL.md b/skills/.experimental/nginx-c-module-debug/SKILL.md index cec57bf2..a949eec5 100644 --- a/skills/.experimental/nginx-c-module-debug/SKILL.md +++ b/skills/.experimental/nginx-c-module-debug/SKILL.md @@ -7,7 +7,7 @@ description: nginx C module debugging guidelines based on the official nginx dev Comprehensive debugging guide for nginx C modules, derived from the official nginx development documentation and production debugging experience. Contains 45 rules across 8 categories, prioritized by impact to guide systematic diagnosis of crashes, memory bugs, and behavioral issues in nginx modules. -**Companion skills**: This skill complements [nginx-c-modules](../nginx-c-modules/SKILL.md) (correctness) and [nginx-c-module-perf-reliability](../nginx-c-perf/SKILL.md) (performance). This skill covers **debugging and diagnosis**. +**Companion skills**: This skill complements [nginx-c-modules](../nginx-c-modules/SKILL.md) (correctness) and [nginx-c-module-perf-reliability](../nginx-c-module-perf/SKILL.md) (performance). This skill covers **debugging and diagnosis**. ## When to Apply