Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/landing-page/volume-management.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h5>
</h5>
</div>
<div class="col-xs-12 col-md-6 col-lg-4 text-center">
<a class="btn" href="/desktop/dashboard/#explore-volumes" target="_blank" rel="noopener">
<a class="btn" href="/desktop/use-desktop/volumes/" target="_blank" rel="noopener">
Learn more
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ <h6>FAQs</h6>
<h6>Popular articles</h6>
<p class="only-win"><a href="/desktop/windows/wsl/">Docker Desktop WSL 2 backend</a></p>
<p class="only-mac"><a href="/desktop/install/mac-install/">Install Docker Desktop on Mac</a></p>
<p><a href="/desktop/dashboard/">Docker Desktop Dashboard</a></p>
<p><a href="/desktop/#overview-of-docker-dashboard">Docker Desktop Dashboard</a></p>
<p class="only-win"><a href="/desktop/kubernetes/">Deploy on Kubernetes</a></p>
<p class="only-win"><a href="/desktop/windows/release-notes/">Release notes</a></p>
<p class="only-win"><a href="/desktop/windows/troubleshoot/">Logs and troubleshooting</a></p>
Expand Down
4 changes: 3 additions & 1 deletion desktop/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ description: Docker Desktop overview
keywords: Desktop, Docker, GUI, run, docker, local, machine, dashboard
title: Docker Desktop
redirect_from:
- /desktop/dashboard/
- /desktop/opensource/
- /docker-for-mac/dashboard/
- /docker-for-mac/opensource/
- /docker-for-windows/dashboard/
- /docker-for-windows/opensource/
- /desktop/dashboard/
---

> **Update to the Docker Desktop terms**
Expand Down