We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad00d26 commit 638bd3dCopy full SHA for 638bd3d
docs/plot_dataset/utils.py
@@ -99,7 +99,7 @@ def get_dataset_url(name: str) -> str:
99
text = str(name).strip()
100
if not text:
101
return ""
102
- return f"../../api/dataset/eegdash.dataset.{text.upper()}.html"
+ return f"api/dataset/eegdash.dataset.{text.upper()}.html"
103
104
105
def ensure_directory(path: str | Path) -> Path:
0 commit comments