Skip to content

Commit 79babaa

Browse files
authored
Fix broken links (#1099)
* fix broken link * update index
1 parent 35884ae commit 79babaa

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

docs/hub/datasets.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# Datasets
22

3-
The Hugging Face Hub is home to a growing collection of datasets that span a variety of domains and tasks. These docs will guide you through interacting with the datasets on the Hub, uploading new datasets, and using datasets in your projects.
3+
The Hugging Face Hub is home to a growing collection of datasets that span a variety of domains and tasks. These docs will guide you through interacting with the datasets on the Hub, uploading new datasets, exploring the datasets contents, and using datasets in your projects.
4+
5+
This documentation focuses on the datasets functionality in the Hugging Face Hub and how to use the datasets with supported libraries. For detailed information about the 🤗 Datasets python package, visit the [🤗 Datasets documentation](https://huggingface.co/docs/datasets/index).
46

5-
This documentation focuses on the datasets functionality in the Hugging Face Hub instead of the 🤗 Datasets library. For detailed information about 🤗 Datasets, visit the [🤗 Datasets documentation](https://huggingface.co/docs/datasets/index).
67
## Contents
78

89
- [Datasets Overview](./datasets-overview)
910
- [Dataset Cards](./datasets-cards)
1011
- [Gated Datasets](./datasets-gated)
12+
- [Uploading Datasets](./datasets-adding)
13+
- [Downloading Datasets](./datasets-downloading)
14+
- [Libraries](./datasets-libraries)
1115
- [Dataset Viewer](./datasets-viewer)
12-
- [Using Datasets](./datasets-usage)
13-
- [Adding New Datasets](./datasets-adding)
16+
- [Data files Configuration](./datasets-data-files-configuration)

docs/hub/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The Hugging Face Hub is a platform with over 350k models, 75k datasets, and 150k
4444
<a class="!no-underline hover:opacity-60 transform transition-colors hover:translate-x-px" href="./datasets-downloading">Downloading Datasets</a>
4545
<a class="!no-underline hover:opacity-60 transform transition-colors hover:translate-x-px" href="./datasets-libraries">Libraries</a>
4646
<a class="!no-underline hover:opacity-60 transform transition-colors hover:translate-x-px" href="./datasets-viewer">Dataset Viewer</a>
47-
<a class="!no-underline hover:opacity-60 transform transition-colors hover:translate-x-px" href="./datasets-repository-structure">Data files Configuration</a>
47+
<a class="!no-underline hover:opacity-60 transform transition-colors hover:translate-x-px" href="./datasets-data-files-configuration">Data files Configuration</a>
4848
</div>
4949

5050
<div class="group flex flex-col space-y-2 rounded-xl border border-blue-100 bg-gradient-to-br from-blue-50 dark:bg-none px-6 py-4 transition-colors hover:shadow dark:border-blue-700">

0 commit comments

Comments
 (0)