From 3ca69693bd4bee2c96a7d5098e3c44869f06adcc Mon Sep 17 00:00:00 2001 From: miloyip Date: Tue, 7 Apr 2015 15:18:05 +0800 Subject: [PATCH] Fix another set of dead links --- doc/encoding.md | 2 +- doc/encoding.zh-cn.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/encoding.md b/doc/encoding.md index 4d7ca7b..e9ebe8f 100644 --- a/doc/encoding.md +++ b/doc/encoding.md @@ -73,7 +73,7 @@ typedef GenericDocument > WDocument; typedef GenericValue > WValue; ~~~~~~~~~~ -For a detail example, please check the example in [DOM's Encoding](doc/stream.md#Encoding) section. +For a detail example, please check the example in [DOM's Encoding](doc/stream.md) section. ## Character Type {#CharacterType} diff --git a/doc/encoding.zh-cn.md b/doc/encoding.zh-cn.md index 60c0ab4..3435c3a 100644 --- a/doc/encoding.zh-cn.md +++ b/doc/encoding.zh-cn.md @@ -79,7 +79,7 @@ typedef GenericDocument > WDocument; typedef GenericValue > WValue; ~~~~~~~~~~ -可以在[DOM's Encoding](doc/stream.md#Encoding)一节看到更详细的使用例子。 +可以在[DOM's Encoding](doc/stream.md)一节看到更详细的使用例子。 ## 字符类型 {#CharacterType}