From 1a9a16552bddf96111e48160344ac50938bba65c Mon Sep 17 00:00:00 2001 From: YueGuobin Date: Thu, 28 May 2026 14:22:04 +0800 Subject: [PATCH] docs: update skills repo URL in command-security.md --- docs/gns3-copilot/implemented/command-security.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gns3-copilot/implemented/command-security.md b/docs/gns3-copilot/implemented/command-security.md index c1f646ad2..1e84b2f7a 100644 --- a/docs/gns3-copilot/implemented/command-security.md +++ b/docs/gns3-copilot/implemented/command-security.md @@ -86,7 +86,7 @@ flowchart TD ### Forbidden Commands Configuration -The forbidden commands list is loaded from the external [GNS3-Skills](https://github.com/yueguobin/GNS3-Skills) repository at `config/forbidden_commands.txt`. +The forbidden commands list is loaded from the external [GNS3-Skills](https://github.com/gns3/gns3-skills) repository at `config/forbidden_commands.txt`. **Format:** - One command pattern per line @@ -168,7 +168,7 @@ Applies to any command with embedded newlines: `banner`, multi-line ACLs, route- ### Customizing Forbidden Commands -Edit `config/forbidden_commands.txt` in the [GNS3-Skills repository](https://github.com/yueguobin/GNS3-Skills) and push the changes, then call `POST /copilot/reload/skills` to apply them without restarting the server. +Edit `config/forbidden_commands.txt` in the [GNS3-Skills repository](https://github.com/gns3/gns3-skills) and push the changes, then call `POST /copilot/reload/skills` to apply them without restarting the server. ## Implementation Verification