Skip to content

Commit 512d830

Browse files
mishig25claude
andcommitted
Fix stale and missing links in index page HTML section cards
- Replace stale `datasets-viewer` link with `data-studio` (file was renamed) - Add missing `storage-buckets-security` link to Storage Buckets card Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0bb41f6 commit 512d830

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/hub/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The Hugging Face Hub is a platform with over 2M models, 500k datasets, and 1M de
6565
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./datasets-streaming">Streaming Datasets</a>
6666
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./datasets-editing">Editing Datasets</a>
6767
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./datasets-libraries">Libraries</a>
68-
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./datasets-viewer">Dataset Viewer</a>
68+
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./data-studio">Data Studio</a>
6969
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./datasets-download-stats">Download Stats</a>
7070
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./datasets-data-files-configuration">Data files Configuration</a>
7171
</div>
@@ -94,6 +94,7 @@ The Hugging Face Hub is a platform with over 2M models, 500k datasets, and 1M de
9494
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./storage-buckets#creating-a-bucket">Creating a Bucket</a>
9595
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./storage-buckets#managing-files">Managing Files</a>
9696
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./storage-buckets#use-cases">Use Cases</a>
97+
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./storage-buckets-security">Security & Compliance</a>
9798
</div>
9899

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

0 commit comments

Comments
 (0)