You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/content/docs/high-level/concept.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,22 +20,22 @@ pyDataverse provides four main classes that correspond to the Dataverse hierarch
20
20
<CardGrid>
21
21
<LinkCard
22
22
title="Dataverse"
23
-
href="/high-level/dataverse/"
23
+
href="../dataverse/"
24
24
description="Main entry point connecting to a Dataverse installation. Factory for creating datasets and accessing collections, metrics, and API clients."
25
25
/>
26
26
<LinkCard
27
27
title="Collection"
28
-
href="/high-level/collection/"
28
+
href="../collection/"
29
29
description="Organizational containers that group related datasets. Support hierarchical nesting and have their own metadata and permissions."
30
30
/>
31
31
<LinkCard
32
32
title="Dataset"
33
-
href="/high-level/dataset/"
33
+
href="../dataset/"
34
34
description="Containers for research outputs with structured metadata blocks and files. Independently citable research objects with persistent identifiers."
35
35
/>
36
36
<LinkCard
37
37
title="File"
38
-
href="/high-level/file/"
38
+
href="../file/"
39
39
description="Individual research artifacts within datasets. Support reading, downloading, metadata management, and pandas integration for tabular data."
0 commit comments