From cd785e0d179fa16d52507bd18c9af3643add58cc Mon Sep 17 00:00:00 2001 From: grossmj Date: Fri, 3 Nov 2023 20:56:31 +1000 Subject: [PATCH] Fix broken link to Web UI in 3.0 branch. Fixes #2312 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4761960..99c168bd 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Snyk scanning](https://snyk.io/test/github/GNS3/gns3-server/badge.svg)](https://snyk.io/test/github/GNS3/gns3-server) The GNS3 server manages emulators and other virtualization software such as Dynamips, Qemu/KVM, Docker, VPCS, VirtualBox and VMware Workstation. -Clients like the [GNS3 GUI](https://github.com/GNS3/gns3-gui/) and the [GNS3 Web UI](https://github.com/GNS3/gns3-web-ui>) control the server using a HTTP REST API. +Clients like the [GNS3 GUI](https://github.com/GNS3/gns3-gui/) and the [GNS3 Web UI](https://github.com/GNS3/gns3-web-ui/) control the server using a HTTP REST API. ## Installation