From 6c1a54d2ae7ded8403ac3b56d37a4723ce56d3d1 Mon Sep 17 00:00:00 2001 From: David Shadoff <46657586+dshadoff@users.noreply.github.com> Date: Sat, 27 Dec 2025 13:10:37 -0500 Subject: [PATCH] Fix target of link Leaving the link without a "https://" prefix forces wiki to think of this as a relative path rather than an absolute path. --- docs/hardware/en/logic_analyzer/slogic16u3/Introduction.md | 2 +- docs/hardware/zh/logic_analyzer/slogic16u3/Introduction.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hardware/en/logic_analyzer/slogic16u3/Introduction.md b/docs/hardware/en/logic_analyzer/slogic16u3/Introduction.md index c84aa6ef..1d34ed34 100644 --- a/docs/hardware/en/logic_analyzer/slogic16u3/Introduction.md +++ b/docs/hardware/en/logic_analyzer/slogic16u3/Introduction.md @@ -97,4 +97,4 @@ chmod +x Pulseview.appimage - GitHub (libsigrok slogic-dev): https://github.com/sipeed/libsigrok/tree/slogic-dev - Sipeed GitHub: https://github.com/sipeed - GitHub (SLogic16U3 Tools): https://github.com/sipeed/slogic16u3-tools -- Community (Discord): [discord.gg/V4sAZ9XWpN](discord.gg/V4sAZ9XWpN) +- Community (Discord): [discord.gg/V4sAZ9XWpN](https://discord.gg/V4sAZ9XWpN) diff --git a/docs/hardware/zh/logic_analyzer/slogic16u3/Introduction.md b/docs/hardware/zh/logic_analyzer/slogic16u3/Introduction.md index f6f0a830..21f78e9a 100644 --- a/docs/hardware/zh/logic_analyzer/slogic16u3/Introduction.md +++ b/docs/hardware/zh/logic_analyzer/slogic16u3/Introduction.md @@ -99,4 +99,4 @@ chmod +x Pulseview.appimage - GitHub(libsigrok slogic-dev):https://github.com/sipeed/libsigrok/tree/slogic-dev - Sipeed GitHub: https://github.com/sipeed - GitHub(SLogic16U3 Tools):https://github.com/sipeed/slogic16u3-tools -- 社区(Discord):[discord.gg/V4sAZ9XWpN](discord.gg/V4sAZ9XWpN) +- 社区(Discord):[discord.gg/V4sAZ9XWpN](https://discord.gg/V4sAZ9XWpN)