From 12e254ca85d065c01d4adbbf17ba25664a1dde12 Mon Sep 17 00:00:00 2001 From: Salim B Date: Mon, 14 Oct 2024 16:20:34 +0200 Subject: [PATCH] Fix dead link (#734) * Fix dead link * Tweak language --- lib/Widgets/MessageDialog.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Widgets/MessageDialog.vala b/lib/Widgets/MessageDialog.vala index 49219e674..6fce458a3 100644 --- a/lib/Widgets/MessageDialog.vala +++ b/lib/Widgets/MessageDialog.vala @@ -9,8 +9,8 @@ * The class itself is similar to it's Gtk equivalent {@link Gtk.MessageDialog} * but follows elementary OS design conventions. * - * See [[https://elementary.io/docs/human-interface-guidelines#dialogs|The Human Interface Guidelines for dialogs]] - * for more detailed disscussion on the dialog wording and design. + * See the [[https://docs.elementary.io/hig/widgets/providing-feedback#message-dialogs|Human Interface Guidelines for message dialogs]] + * for a more detailed discussion of the dialog wording and design. * * ''Example''<
> * {{{