From ca37f5d5efdc7b73e314aa2a2d5412c3b3dfaf0e Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Thu, 4 Jan 2024 23:32:38 -0500 Subject: [PATCH] properly link the conference bridge FNE section; --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29b17e75..5065125c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The main executable program for this project is `dvmhost`, this is the host soft - `dvmcmd` a simple command-line utility to send remote control commands to a DVM host instance with REST API configured. - `dvmmon` a TUI utility that allows semi-realtime console-based monitoring of DVM host instances (this tool is only available when project wide TUI support is enabled!). -- `dvmfne` a conference bridge FNE. (See the Conference Bridge FNE section below.) +- `dvmfne` a conference bridge FNE. (See the [Conference Bridge FNE](#conference-bridge-fne) section below.) ## Building