From 25ee354201fde00662e93c106c11e992e5d06281 Mon Sep 17 00:00:00 2001 From: dacharyc Date: Mon, 5 Aug 2024 11:56:47 -0400 Subject: [PATCH] Fix broken links --- .../api-details/csharp/crud/read-database-objects-procedure.rst | 2 +- .../objectivec/crud/read-database-objects-procedure.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/includes/api-details/csharp/crud/read-database-objects-procedure.rst b/source/includes/api-details/csharp/crud/read-database-objects-procedure.rst index 46f99bee3c..067ab45e2e 100644 --- a/source/includes/api-details/csharp/crud/read-database-objects-procedure.rst +++ b/source/includes/api-details/csharp/crud/read-database-objects-procedure.rst @@ -1,7 +1,7 @@ To find objects stored within a database: 1. Query for objects of a given type in the database. Pass the object type - to the :dotnet-sdk:`Realm.All\ ` method. + to the :dotnet-sdk:`Realm.All\ ` method. #. Optionally, pass any query conditions to further refine the results: diff --git a/source/includes/api-details/objectivec/crud/read-database-objects-procedure.rst b/source/includes/api-details/objectivec/crud/read-database-objects-procedure.rst index d26eaaa71e..cc984a641c 100644 --- a/source/includes/api-details/objectivec/crud/read-database-objects-procedure.rst +++ b/source/includes/api-details/objectivec/crud/read-database-objects-procedure.rst @@ -2,7 +2,7 @@ To find objects stored within a database: 1. Query for objects of a given type in the database. Pass the object type to the :objc-sdk:`RLMObject allObjects - Classes/RLMObject.html#/c:objc(cs)RLMObject(cm)allObjects>` method. + ` method. #. Optionally, pass any query conditions to further refine the results: