[PATCH] replace some links internal to wiki with wikilinks
Lawrence D'Oliveiro <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Message-ID | <[email protected]> |
--- src/samples/curve_rectangle.mdwn | 2 +- src/todo.mdwn | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/samples/curve_rectangle.mdwn b/src/samples/curve_rectangle.mdwn index dbf7366..94b851d 100644 --- a/src/samples/curve_rectangle.mdwn +++ b/src/samples/curve_rectangle.mdwn @@ -1,4 +1,4 @@ -Unless you know what you are doing, you should probably use [rounded rectangle](/samples/rounded_rectangle) instead. +Unless you know what you are doing, you should probably use [[rounded rectangle|rounded_rectangle]] instead. <div class="tutright">[[!img "curve_rectangle.png" link="no"]]</div> /* a custom shape that could be wrapped in a function */ diff --git a/src/todo.mdwn b/src/todo.mdwn index 23daaac..398f8bd 100644 --- a/src/todo.mdwn +++ b/src/todo.mdwn @@ -94,7 +94,7 @@ Changes that add new API (API changes/removals will not be considered) * Add projective transform, which is already in pixman. Currently only affine matrix transformations are supported. -Further comparison of cairo with other vector graphics languages, and in particular features that cairo lacks, can be found in [missing](/missing). +Further comparison of cairo with other vector graphics languages, and in particular features that cairo lacks, can be found in [[missing]]. Performance improvements @@ -155,7 +155,7 @@ Performance improvements A list of pixman projects (a core component for Cairo) is available [here](http://people.freedesktop.org/~sandmann/pixman-projects.html). -[A list of known performance issues with Cairo](/slow/) +[[A list of known performance issues with Cairo|slow]] Other fixes ----------- -- 2.6.0 -- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo