From 01e78d7a0a1bd58e03f19467e7e7b9cafffd06af Mon Sep 17 00:00:00 2001 From: spacewander Date: Mon, 27 Oct 2014 16:26:08 +0800 Subject: [PATCH] Use absolute path for the link to examples So the example link in documentation will always point to correct place. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3c53cc2..ad5b204 100644 --- a/readme.md +++ b/readme.md @@ -97,4 +97,4 @@ The following diagram shows the process. ![simpledom](doc/diagram/simpledom.png) -More [examples](example/) are available. +More [examples](https://github.com/miloyip/rapidjson/tree/master/example) are available.