From 8045282c32e4779e18accd7d520fb745713b76e2 Mon Sep 17 00:00:00 2001 From: Jaishree Vyas Date: Thu, 5 Jan 2023 14:51:06 +0100 Subject: [PATCH] Link update for Data Input Output in the save game example Change-Id: I2a886766d59b9e75f42e401fca9c258fcbe02809 Reviewed-by: Leena Miettinen (cherry picked from commit aae855bd6f87533590b5f91ab7104276d58763ce) Reviewed-by: Qt Cherry-pick Bot --- examples/corelib/serialization/savegame/doc/src/savegame.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/corelib/serialization/savegame/doc/src/savegame.qdoc b/examples/corelib/serialization/savegame/doc/src/savegame.qdoc index 233c81dd8b1..5302582fcce 100644 --- a/examples/corelib/serialization/savegame/doc/src/savegame.qdoc +++ b/examples/corelib/serialization/savegame/doc/src/savegame.qdoc @@ -158,5 +158,5 @@ human-readable JSON files, but you also have the option to use a binary format if it's required, \e without rewriting any code. - \sa {JSON Support in Qt}, {CBOR Support in Qt}, {Data Storage} + \sa {JSON Support in Qt}, {CBOR Support in Qt}, {Data Input Output} */