docs: fix 404 — ganti relative submodule links ke remote repo URLs

This commit is contained in:
datadunia
2026-05-16 01:46:56 +07:00
parent b315870849
commit b4d15d72bd
+3 -3
View File
@@ -4,9 +4,9 @@ NexusGuard is an Enterprise Zero-Trust SD-WAN solution built with Go, Vue 3, and
## 🏗️ System Architecture ## 🏗️ System Architecture
This suite contains three main components: This suite contains three main components:
1. **[Server Core](apps/server-core/README.md)**: The central API and VPN Hub managing database state, token distribution, and Linux firewall isolation. 1. **[Server Core](http://git.datadunia.com/nexusguard/nexus-server-core)**: The central API and VPN Hub managing database state, token distribution, and Linux firewall isolation.
2. **[Dashboard UI](apps/dashboard-ui/README.md)**: The Admin Web GUI for managing Nodes, Users, Devices, and Firewall rules. 2. **[Dashboard UI](http://git.datadunia.com/nexusguard/nexus-dashboard-ui)**: The Admin Web GUI for managing Nodes, Users, Devices, and Firewall rules.
3. **[Device Agent](apps/device-agent/README.md)**: A stealth background daemon for Linux client machines that establishes memory-injected WireGuard tunnels. 3. **[Device Agent](http://git.datadunia.com/nexusguard/nexus-device-agent)**: A stealth background daemon for Linux client machines that establishes memory-injected WireGuard tunnels.
--- ---