Merge branch 'bilelmoussaoui/markdown-links' into 'master'

docs: use markdown syntax for hyperlinks

See merge request GNOME/gtk!3589
This commit is contained in:
Matthias Clasen 2021-06-04 02:45:25 +00:00
commit da9cd4659e
2 changed files with 3 additions and 3 deletions

View File

@ -53,8 +53,8 @@ G_BEGIN_DECLS
* CAIRO_FORMAT_ARGB32 is represented by different `GdkMemoryFormats`
* 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
* Its naming is modelled after
* [VkFormat](https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VkFormat)
* for details).
*/
typedef enum {

View File

@ -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 {