Skip to content

Commit 67d4d11

Browse files
authored
Merge pull request #108 from DoubleML/p-fix-broken-link
fix broken link to mlr3book
2 parents 747632b + bedefa3 commit 67d4d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/guide/learners.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ The minimum requirement for a learner to be used for nuisance models in the :ref
189189
To specify a specific learner in :ref:`DoubleML <doubleml_package>` users can pass objects of the class
190190
`Learner <https://mlr3.mlr-org.com/reference/Learner.html>`_. A fast way to construct these objects is to use the
191191
`mlr3 <https://mlr3.mlr-org.com/>`_ function `lrn() <https://mlr3.mlr-org.com/reference/mlr_sugar.html>`_.
192-
An introduction to learners in `mlr3 <https://mlr3.mlr-org.com/>`_ is provided in the `chapter on learners of the mlr3 book <https://mlr3book.mlr-org.com/basics.html#learners>`_.
192+
An introduction to learners in `mlr3 <https://mlr3.mlr-org.com/>`_ is provided in the `chapter on learners of the mlr3 book <https://mlr3book.mlr-org.com/basics.html#sec-learners>`_.
193193
* It is also possible to pass learners that have been constructed from a pipeline with the `mlr3pipelines <https://mlr3pipelines.mlr-org.com/>`_
194194
package.
195195
* The models `DoubleML::DoubleMLIRM <https://docs.doubleml.org/r/stable/reference/DoubleMLIRM.html>`_ and

0 commit comments

Comments
 (0)