doc: Fix external links

This commit is contained in:
Khaled Hosny 2023-01-31 01:54:48 +02:00
parent 06cda058f2
commit bc0139fd1a

View file

@ -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
**/