summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKhaled Hosny <khaled@aliftype.com>2023-01-31 01:54:48 +0200
committerKhaled Hosny <khaled@aliftype.com>2023-02-02 14:13:56 +0200
commitbc0139fd1a63882cb7a6d4f15e5c0276fa8577b3 (patch)
tree112f9c3b4a96abafacbf45364a3d3478f60054da /src
parent06cda058f2fee2aef8f614e18e0721a411039def (diff)
downloadcairo-bc0139fd1a63882cb7a6d4f15e5c0276fa8577b3.tar.gz
doc: Fix external links
Diffstat (limited to 'src')
-rw-r--r--src/cairo-svg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cairo-svg.h b/src/cairo-svg.h
index 5328cb583..7745eec90 100644
--- a/src/cairo-svg.h
+++ b/src/cairo-svg.h
@@ -73,9 +73,9 @@ typedef enum _cairo_svg_version {
* lengths in the SVG specification.
*
* See also:
- * https://www.w3.org/TR/SVG/coords.html#Units
- * https://www.w3.org/TR/SVG/types.html#DataTypeLength
- * https://www.w3.org/TR/css-values-3/#lengths
+ * - [SVG Units](https://www.w3.org/TR/SVG/coords.html#Units)
+ * - [SVG Types](https://www.w3.org/TR/SVG/types.html#DataTypeLength)
+ * - [CSS Length](https://www.w3.org/TR/css-values-3/#lengths)
*
* Since: 1.16
**/