瀏覽代碼

Update Serializer.hx

Fix link, see https://github.com/HaxeFoundation/haxe.org/issues/295#issuecomment-363137969
Mark Knol 7 年之前
父節點
當前提交
3db1a89954
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/haxe/Serializer.hx

+ 1 - 1
std/haxe/Serializer.hx

@@ -38,7 +38,7 @@ import haxe.ds.List;
 	or may not work for instances of external/native classes.
 
 	The specification of the serialization format can be found here:
-	<https://haxe.org/manual/serialization/format>
+	<https://haxe.org/manual/std-serialization-format.html>
 **/
 class Serializer {