Skip to content

Commit 8bc4778

Browse files
committed
Don't break existing URL
1 parent d3e8ba0 commit 8bc4778

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/hub/_toctree.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@
291291
title: Langfuse on Spaces
292292
- local: spaces-embed
293293
title: Embed your Space
294-
- local: spaces-run-locally
295-
title: Run locally
294+
- local: spaces-run-with-docker
295+
title: Run Spaces locally
296296
- local: spaces-config-reference
297297
title: Spaces Configuration Reference
298298
- local: spaces-oauth

docs/hub/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The Hugging Face Hub is a platform with over 900k models, 200k datasets, and 300
5959
<a class="!no-underline hover:opacity-60 transform transition-colors hover:translate-x-px" href="./spaces-sdks-static">Static HTML Spaces</a>
6060
<a class="!no-underline hover:opacity-60 transform transition-colors hover:translate-x-px" href="./spaces-sdks-docker">Docker Spaces</a>
6161
<a class="!no-underline hover:opacity-60 transform transition-colors hover:translate-x-px" href="./spaces-embed">Embed your Space</a>
62-
<a class="!no-underline hover:opacity-60 transform transition-colors hover:translate-x-px" href="./spaces-run-locally">Run locally</a>
62+
<a class="!no-underline hover:opacity-60 transform transition-colors hover:translate-x-px" href="./spaces-run-with-docker">Run locally</a>
6363
<a class="!no-underline hover:opacity-60 transform transition-colors hover:translate-x-px" href="./spaces-config-reference">Reference</a>
6464
<a class="!no-underline hover:opacity-60 transform transition-colors hover:translate-x-px" href="./spaces-changelog">Changelog</a>
6565
<a class="!no-underline hover:opacity-60 transform transition-colors hover:translate-x-px" href="./spaces-advanced">Advanced Topics</a>

docs/hub/spaces-run-locally.md renamed to docs/hub/spaces-run-with-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Run Locally
1+
# Run Spaces locally
22

33
You can run most Spaces locally.
44
To view instructions to download and run Spaces locally, click on the "Run locally" button on the top-right corner of your Space page:

docs/hub/spaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You'll also be able to upgrade your Space to run [on a GPU or other accelerated
2525
- [Static HTML Spaces](./spaces-sdks-static)
2626
- [Custom Python Spaces](./spaces-sdks-python)
2727
- [Embed your Space](./spaces-embed)
28-
- [Run your Space locally](./spaces-run-locally)
28+
- [Run your Space locally](./spaces-run-with-docker)
2929
- [Reference](./spaces-config-reference)
3030
- [Changelog](./spaces-changelog)
3131

0 commit comments

Comments
 (0)