2
0
Эх сурвалжийг харах

Update Serializer.hx

Fix link, see https://github.com/HaxeFoundation/haxe.org/issues/295#issuecomment-363137969
Mark Knol 7 жил өмнө
parent
commit
3db1a89954

+ 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 {