Skip to content

Commit

Permalink
docs: Fix getresult link in database/query_builder.rst
Browse files Browse the repository at this point in the history
Fix getresult link in database/query_builder.rst
  • Loading branch information
obozdag authored Apr 27, 2024
1 parent 1fc8af9 commit c12915e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/database/query_builder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ $query, which can be used to show the results:

.. literalinclude:: query_builder/004.php

Please visit the :doc:`getResult() method <getresult>` method for a full
Please visit the :ref:`getResult() <getresult>` method for a full
discussion regarding result generation.

$builder->getCompiledSelect()
Expand Down

0 comments on commit c12915e

Please sign in to comment.