From fd35fbd321474e95107f4039615a1bff206385b3 Mon Sep 17 00:00:00 2001 From: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:35:42 -0700 Subject: [PATCH] fix links (#18465) Signed-off-by: Craig Osterhout --- content/language/dotnet/configure-ci-cd.md | 4 +--- content/language/python/configure-ci-cd.md | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/content/language/dotnet/configure-ci-cd.md b/content/language/dotnet/configure-ci-cd.md index 8911c2c371..6a08a48f40 100644 --- a/content/language/dotnet/configure-ci-cd.md +++ b/content/language/dotnet/configure-ci-cd.md @@ -27,9 +27,7 @@ Create a GitHub repository, configure the Docker Hub secrets, and push your sour 3. Create a new secret named `DOCKER_USERNAME` and your Docker ID as value. -4. Create a new [Personal Access Token - (PAT)](/security/for-developers/access-tokens/#create-an-access-token) for Docker Hub. You - can name this token `tutorial-docker`. +4. Create a new [Personal Access Token (PAT)](../../security/for-developers/access-tokens.md/#create-an-access-token) for Docker Hub. You can name this token `tutorial-docker`. 5. Add the PAT as a second secret in your GitHub repository, with the name `DOCKERHUB_TOKEN`. diff --git a/content/language/python/configure-ci-cd.md b/content/language/python/configure-ci-cd.md index 7d51f238df..60e323714f 100644 --- a/content/language/python/configure-ci-cd.md +++ b/content/language/python/configure-ci-cd.md @@ -27,9 +27,7 @@ Create a GitHub repository, configure the Docker Hub secrets, and push your sour 3. Create a new secret named `DOCKER_USERNAME` and your Docker ID as value. -4. Create a new [Personal Access Token - (PAT)](/docker-hub/access-tokens/#create-an-access-token) for Docker Hub. You - can name this token `python-docker`. +4. Create a new [Personal Access Token (PAT)](../../security/for-developers/access-tokens.md/#create-an-access-token) for Docker Hub. You can name this token `python-docker`. 5. Add the PAT as a second secret in your GitHub repository, with the name `DOCKERHUB_TOKEN`.