Переглянути джерело

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 {