From d11bd57f3164647991968e4698165831b87f784d Mon Sep 17 00:00:00 2001 From: Carlo Sciolla Date: Mon, 12 Aug 2019 17:14:45 +0200 Subject: [PATCH] Removed broken link --- plantuml-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plantuml-mode.el b/plantuml-mode.el index 4c3c93f..924d11f 100644 --- a/plantuml-mode.el +++ b/plantuml-mode.el @@ -621,8 +621,8 @@ Shortcuts Command Name (if (and plantuml-suppress-deprecation-warning (featurep 'puml-mode)) (display-warning :warning - "`puml-mode' is now deprecated and no longer updated, but it's still present in your system.\ -You should move your configuration to use `plantuml-mode'. See https://github.com/sytac/plantuml-mode. \ + "`puml-mode' is now deprecated and no longer updated, but it's still present in your system. \ +You should move your configuration to use `plantuml-mode'. \ See more at https://github.com/skuro/puml-mode/issues/26"))) (add-hook 'plantuml-mode-hook 'plantuml-deprecation-warning)