From 75f426e6ae0bcb4a5b3bd648e1c62debf6fc4d02 Mon Sep 17 00:00:00 2001 From: Erik Michelson Date: Wed, 5 Feb 2025 18:53:45 +0100 Subject: [PATCH] update website_url of HedgeDoc (#1136) The HedgeDoc project nowadays has a dedicated webpage distinct from the demo instance. --- software/hedgedoc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/hedgedoc.yml b/software/hedgedoc.yml index 3f3f3badbe..fa6e67811a 100644 --- a/software/hedgedoc.yml +++ b/software/hedgedoc.yml @@ -1,5 +1,5 @@ name: HedgeDoc -website_url: https://demo.hedgedoc.org/ +website_url: https://hedgedoc.org/ description: Realtime collaborative markdown notes on all platforms, formerly known as CodiMD and HackMD CE. licenses: - AGPL-3.0