Skip to content

Commit 1b9dc3d

Browse files
authored
Merge pull request #38 from DoubleML/m-update-links
update links to docu / user guide
2 parents 791457d + 572a511 commit 1b9dc3d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Note that the R package was developed together with a python twin based on [scik
1414

1515
Documentation of functions in R: `here`
1616

17-
User guide: [http://doubleml.org](http://doubleml.org)
17+
User guide: [http://docs.doubleml.org](http://docs.doubleml.org)
1818

1919
**DoubleML** is currently maintained by [`@MalteKurz`](https://github.com/MalteKurz) and [`@PhilippBach`](https://github.com/PhilippBach).
2020

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ available on [GitHub](https://github.com/DoubleML/doubleml-for-py).
1818

1919
Documentation of functions in R: `here`
2020

21-
User guide: <http://doubleml.org>
21+
User guide: <http://docs.doubleml.org>
2222

2323
**DoubleML** is currently maintained by
2424
[`@MalteKurz`](https://github.com/MalteKurz) and

_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ navbar:
2525
userguide:
2626
text: User Guide
2727
icon: fa fa-file-alt
28-
href: http://doubleml.org/
28+
href: http://docs.doubleml.org/
2929

3030
reference:
3131
- title: Double machine learning data class

vignettes/install.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ Load the package after completed installation.
4646
library(DoubleML)
4747
```
4848

49-
The python package `DoubleML` is avaiable via the github repository. For more information, please visit our [user guide](http:http://doubleml.org/).
49+
The python package `DoubleML` is avaiable via the github repository. For more information, please visit our [user guide](http:http://docs.doubleml.org/).

0 commit comments

Comments
 (0)