From bb36cf2b9ec9e4eb31d2d5778e1b465aefb1eba7 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 19 May 2024 10:40:09 +0200 Subject: [PATCH] Dynamic URL in doc, in case app changes ID someday --- doc/APPS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/APPS.md b/doc/APPS.md index e4d538c..99a8ffe 100644 --- a/doc/APPS.md +++ b/doc/APPS.md @@ -4,7 +4,7 @@ To use the DNS-over-HTTPS/TLS/QUIC functionality, you need to enable it from your app's YunoHost configuration panel. -If you're reading this using the YunoHost interface, you should already be in the right page: just click on the [AdGuard Home configuration](#/apps/adguardhome/main) option at the top of this text, toggle on "Activate DNS over HTTP/TLS/QUIC?" then "Save". +If you're reading this using the YunoHost interface, you should already be in the right page: just click on the [AdGuard Home configuration](#/apps/__APP__/main) option at the top of this text, toggle on "Activate DNS over HTTP/TLS/QUIC?" then "Save". Else, open The YunoHost Webadmin and follow this path: `Applications → AdGuard Home → AdGuard Home configuration`. From the command line interface: `yunohost app config set __APP__ main.options.dns_over_https -v 1`