Skip to content

Commit 82a1d53

Browse files
committed
docs: replace here in the href with the page title
1 parent 98c6c6d commit 82a1d53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/installation/upgrade_models.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Example: You have a version 3 model located in **application/models/users/user_c
3232
The new Model in CI4 has a lot of built-in methods. For example, the ``find($id)`` method. With this you can find data where the primary key is equal to ``$id``.
3333
Inserting data is also easier than before. In CI4 there is an ``insert($data)`` method. You can optionally make use of all those built-in methods and migrate your code to the new methods.
3434

35-
You can find more information to those methods :doc:`here </models/model>`.
35+
You can find more information to those methods in :doc:`../models/model`.
3636

3737
Code Example
3838
============

0 commit comments

Comments
 (0)