Skip to content

Commit 12f1455

Browse files
NeeratyoyPGijsbers
authored andcommitted
Fixing broken links (#864)
1 parent 34d54d9 commit 12f1455

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ not have the capacity to develop and maintain such interfaces on its own. For th
167167
have built an extension interface to allows others to contribute back. Building a suitable
168168
extension for therefore requires an understanding of the current OpenML-Python support.
169169

170-
`This example <examples/flows_and_runs_tutorial.html>`_
170+
`This example <examples/20_basic/simple_flows_and_runs_tutorial.html>`_
171171
shows how scikit-learn currently works with OpenML-Python as an extension. The *sklearn*
172172
extension packaged with the `openml-python <https://github.com/openml/openml-python>`_
173173
repository can be used as a template/benchmark to build the new extension.
@@ -188,7 +188,7 @@ API
188188
Interfacing with OpenML-Python
189189
++++++++++++++++++++++++++++++
190190
Once the new extension class has been defined, the openml-python module to
191-
:meth:`openml.extensions.register_extension.html` must be called to allow OpenML-Python to
191+
:meth:`openml.extensions.register_extension` must be called to allow OpenML-Python to
192192
interface the new extension.
193193

194194

0 commit comments

Comments
 (0)