Skip to content

Commit 1eb8a97

Browse files
authored
Refer to the webpage instead of xml document (#1050)
1 parent 370f64f commit 1eb8a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Example
3838
# Publish the experiment on OpenML (optional, requires an API key.
3939
# You can get your own API key by signing up to OpenML.org)
4040
run.publish()
41-
print(f'View the run online: {openml.config.server}/run/{run.run_id}')
41+
print(f'View the run online: {run.openml_url}')
4242
4343
You can find more examples in our `examples gallery <examples/index.html>`_.
4444

0 commit comments

Comments
 (0)