Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
dacharyc committed Aug 5, 2024
1 parent ff281bb commit 25ee354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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\<T\> <classes/Realm-1.html#objects>` method.
to the :dotnet-sdk:`Realm.All\<T\> <reference/Realms.Realm.html#Realms_Realm_All__1>` method.

#. Optionally, pass any query conditions to further refine the results:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<Classes/RLMObject.html#/c:objc(cs)RLMObject(cm)allObjects>` method.

#. Optionally, pass any query conditions to further refine the results:

Expand Down

0 comments on commit 25ee354

Please sign in to comment.