Add /go/linux-credentials/ redirect

Docker Desktop for Linux currently has a link to;
https://docs.docker.com/desktop/linux/#credentials-management

which has moved, and didn't have a redirect, causing the link to break;
unfortunately we can't fix existing versions of Docker Desktop; redirects
are being added (but won't be able to redirect to the correct anchor).

This patch adds a https://docs.docker.com/go/linux-credentials/ redirect,
so that we can continue using that URL even if content moves around.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2022-07-27 20:45:26 +02:00
parent 8b1c893b14
commit 4f4b1af977
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 5 additions and 0 deletions

5
go/linux-credentials.md Normal file
View File

@ -0,0 +1,5 @@
---
title: How to set up and configure the pass credentials helper for Docker Desktop for Linux
description: How to set up and configure the pass credentials helper for Docker Desktop for Linux
redirect_to: /desktop/get-started/#credentials-management-for-linux-users
---