Skip to content

Commit b17a135

Browse files
Fixing docs for setting with outdated name
1 parent 37ee2fc commit b17a135

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ max_artifact_size = 524288000
4747
[server]
4848
address = "0.0.0.0"
4949
port = 8000
50-
publish_url = "https://doc-previewer.pydata.org/"
50+
url = "https://doc-previewer.pydata.org/"
5151

5252
[github]
5353
entrypoint = "https://api.github.com/repos/"

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ max_artifact_size = 524288000
55
[server]
66
address = "0.0.0.0"
77
port = 8000
8-
publish_url = "https://doc-previewer.pydata.org/"
8+
url = "https://doc-previewer.pydata.org/"
99

1010
[github]
1111
entrypoint = "https://api.github.com/repos/"

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/// [server]
1212
/// address = "0.0.0.0"
1313
/// port = 8000
14-
/// publish_url = "https://doc-previewer.pydata.org/"
14+
/// url = "https://doc-previewer.pydata.org/"
1515
///
1616
/// [github]
1717
/// entrypoint = "https://api.github.com/repos/"

0 commit comments

Comments
 (0)