miloyip 11 лет назад
Родитель
Сommit
3ca69693bd
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      doc/encoding.md
  2. 1 1
      doc/encoding.zh-cn.md

+ 1 - 1
doc/encoding.md

@@ -73,7 +73,7 @@ typedef GenericDocument<UTF16<> > WDocument;
 typedef GenericValue<UTF16<> > 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}
 

+ 1 - 1
doc/encoding.zh-cn.md

@@ -79,7 +79,7 @@ typedef GenericDocument<UTF16<> > WDocument;
 typedef GenericValue<UTF16<> > WValue;
 ~~~~~~~~~~
 
-可以在[DOM's Encoding](doc/stream.md#Encoding)一节看到更详细的使用例子。
+可以在[DOM's Encoding](doc/stream.md)一节看到更详细的使用例子。
 
 ## 字符类型 {#CharacterType}