[gtk/bilelmoussaoui/markdown-links] docs: use markdown syntax for hyperlinks




commit 02672a521adcfdb915d72adf22292a59ec8ec87c
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Tue May 25 13:14:01 2021 +0000

    docs: use markdown syntax for hyperlinks

 gdk/gdkmemorytexture.h | 2 +-
 gsk/gskenums.h         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdk/gdkmemorytexture.h b/gdk/gdkmemorytexture.h
index 35d6fb7cbc..0f0292f422 100644
--- a/gdk/gdkmemorytexture.h
+++ b/gdk/gdkmemorytexture.h
@@ -54,7 +54,7 @@ G_BEGIN_DECLS
  * on architectures with different endiannesses.
  *
  * Its naming is modelled after VkFormat (see
- * https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VkFormat
+ * <https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VkFormat>
  * for details).
  */
 typedef enum {
diff --git a/gsk/gskenums.h b/gsk/gskenums.h
index dc16d21a61..0dfeb0a0ea 100644
--- a/gsk/gskenums.h
+++ b/gsk/gskenums.h
@@ -128,7 +128,7 @@ typedef enum {
  * The implementation of each blend mode is deferred to the
  * rendering pipeline.
  *
- * See https://www.w3.org/TR/compositing-1/#blending for more information
+ * See <https://www.w3.org/TR/compositing-1/#blending> for more information
  * on blending and blend modes.
  */
 typedef enum {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]