Skip to content

Commit 18d1517

Browse files
committed
fix links
1 parent 8157591 commit 18d1517

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,8 @@
274274
"https://doi.org/10.1097%2FEDE.0b013e3181f74493",
275275
# Valid DOI; Causes 403 Client Error: Forbidden for url:...
276276
"https://doi.org/10.3982/ECTA15732",
277+
# Valid DOI; Causes 403 Client Error: Forbidden for url:...
278+
"https://doi.org/10.1093/ectj/utab019"
277279
]
278280

279281
# To execute R code via jupyter-execute one needs to install the R kernel for jupyter

doc/examples/py_double_ml_lplr.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"cell_type": "markdown",
106106
"metadata": {},
107107
"source": [
108-
"Next, define the learners for the nuisance functions and fit the [LPLR Model](https://docs.doubleml.org/stable/guide/models.html#logistic-partial-linear-regression-lplr).\n",
108+
"Next, define the learners for the nuisance functions and fit the [LPLR Model](https://docs.doubleml.org/stable/guide/models.html#partially-linear-models-plm).\n",
109109
"The correct type of learner (regressor or classifier) must be used for each nuisance function.\n",
110110
"\n",
111111
"- ``ml_M`` is a model of the outcome. Here, since the outcome is binary, we use a classifier.\n",

0 commit comments

Comments
 (0)