From 7391c8e42f5c55b2e5a9f790f768cf2785f77de4 Mon Sep 17 00:00:00 2001 From: Roman Gilg <subdiff@gmail.com> Date: Tue, 15 Jun 2021 13:04:26 +0200 Subject: [PATCH] xdg-activation: use rst link Instead of writing the link in brackets use the rst link functionality. Signed-off-by: Roman Gilg <subdiff@gmail.com> --- staging/xdg-activation/x11-interoperation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/staging/xdg-activation/x11-interoperation.rst b/staging/xdg-activation/x11-interoperation.rst index 36991804..5ebdd764 100644 --- a/staging/xdg-activation/x11-interoperation.rst +++ b/staging/xdg-activation/x11-interoperation.rst @@ -3,8 +3,8 @@ Interoperation with X11 *This document is non-normative.* -The former X11 startup-notification standard -(https://cgit.freedesktop.org/startup-notification/tree/doc/startup-notification.txt) +The former +`X11 Startup notification protocol <https://cgit.freedesktop.org/startup-notification/tree/doc/startup-notification.txt>`_ defines the use of the DESKTOP_STARTUP_ID environment variable to propagate startup sequences ("activation tokens" in this protocol) between launcher and launchee. -- GitLab