From 73bdb6cea94106bfa032ab877e1e45bbf483b1d8 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Sun, 15 Oct 2023 12:16:38 -0400 Subject: [PATCH] Anchors aren't appreciated, apparently. --- src/Web/appsettings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Web/appsettings.json b/src/Web/appsettings.json index 035a913f..a082d658 100644 --- a/src/Web/appsettings.json +++ b/src/Web/appsettings.json @@ -57,9 +57,9 @@ { "documentation/book2": "https://www.packtpub.com/web-development/wix-cookbook" }, { "documentation/stackoverflow": "http://stackoverflow.com/questions/tagged/wix?sort=newest" }, { "documentation/error217": "/docs/tools/validation/" }, - { "documentation/mailinglist": "/docs/gethelp/#mailinglists" }, - { "*mailinglist.html": "/docs/gethelp/#mailinglists" }, - { "*mailinglists.html": "/docs/gethelp/#mailinglists" }, + { "documentation/mailinglist": "/docs/gethelp/" }, + { "*mailinglist.html": "/docs/gethelp/" }, + { "*mailinglists.html": "/docs/gethelp/" }, { "*news.html": "/news/" }, { "docs": "/docs/intro/" }, { "docs/reference/schema/(.*)": "/docs/schema/$1" },