Skip to content

Commit 638bd3d

Browse files
removing relative path
1 parent ad00d26 commit 638bd3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plot_dataset/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def get_dataset_url(name: str) -> str:
9999
text = str(name).strip()
100100
if not text:
101101
return ""
102-
return f"../../api/dataset/eegdash.dataset.{text.upper()}.html"
102+
return f"api/dataset/eegdash.dataset.{text.upper()}.html"
103103

104104

105105
def ensure_directory(path: str | Path) -> Path:

0 commit comments

Comments
 (0)