From 7008a12946f1894a0413210819c32d472086e6cc Mon Sep 17 00:00:00 2001 From: billz Date: Wed, 28 Jan 2026 14:45:12 +0100 Subject: [PATCH] Fix: Case sensitive plugin_uri + doc link --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index c107e15..46758e5 100644 --- a/manifest.json +++ b/manifest.json @@ -221,8 +221,8 @@ "description": "A TShark (Wireshark) packet capture plugin for RaspAP", "author": "Bill Z", "author_uri": "https://github.com/billz", - "plugin_uri": "https://github.com/RaspAP/Wireshark", - "plugin_docs": "http://docs.raspap.com/Wireshark", + "plugin_uri": "https://github.com/RaspAP/wireshark", + "plugin_docs": "http://docs.raspap.com/wireshark", "license": "GPL-3.0", "namespace": "RaspAP\\Plugins\\Wireshark", "default_locale": "en_US",