Forráskód Böngészése

Update Serializer.hx

Fix link, see https://github.com/HaxeFoundation/haxe.org/issues/295#issuecomment-363137969
Mark Knol 7 éve
szülő
commit
3db1a89954
1 módosított fájl, 1 hozzáadás és 1 törlés
  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 {