From 017a22c25ba9a8e99cd4532b2597b0707f5cce9b Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 2 Sep 2021 23:00:03 +0200 Subject: [PATCH] Revert "Add redirect URL for service account" This reverts commit f25bdd26a2c195af95fb9e1ddad7a4993f08961a. Signed-off-by: Sebastiaan van Stijn --- docker-hub/access-tokens.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker-hub/access-tokens.md b/docker-hub/access-tokens.md index 10e0401faf..584fdae340 100644 --- a/docker-hub/access-tokens.md +++ b/docker-hub/access-tokens.md @@ -2,8 +2,6 @@ title: Managing access tokens description: Learn how to create and manage your personal Docker Hub access tokens to securely push and pull images programmatically. keywords: docker hub, hub, security, PAT, personal access token -redirect_from: -- /docker-hub/service-accounts/ --- Docker Hub lets you create personal access tokens as alternatives to your password. You can use tokens to access Hub images from the Docker CLI.