Skip to content

Commit

Permalink
Add link text for section link
Browse files Browse the repository at this point in the history
  • Loading branch information
cbullinger committed Oct 6, 2023
1 parent 75c1b57 commit b4c41b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/sdk/kotlin/realm-database/crud/create.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ Realm APIs may refer to objects as managed or unmanaged. When you create
a Realm object with the Kotlin SDK, it is unmanaged by the realm.
You create a managed instance by copying an unmanaged object to a realm.
To create an unmanaged copy of a managed object, refer to the
:ref:`<kotlin-create-unmanaged-copy>` section on this page.
:ref:`Create an Unmanaged Copy of a Realm Object or Collection <kotlin-create-unmanaged-copy>`
section on this page.

- **Managed objects** are Realm objects that persist in a realm. Managed objects
can only be accessed from an open realm. They can be updated
Expand Down

0 comments on commit b4c41b3

Please sign in to comment.