From d693099d44c4f965cde6ff06d6f3cd0358ef01a8 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon, 8 May 2023 14:56:00 -0700 Subject: [PATCH] Fix broken podman link (#4620) Co-authored-by: Wes Haggard --- eng/common/testproxy/transition-scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/common/testproxy/transition-scripts/README.md b/eng/common/testproxy/transition-scripts/README.md index 06290bd0c..09c2b364f 100644 --- a/eng/common/testproxy/transition-scripts/README.md +++ b/eng/common/testproxy/transition-scripts/README.md @@ -46,7 +46,7 @@ To utilize this methodology, the user must set input argument `TestProxyExe` to Other requirements: -- [x] Install [docker](https://docs.docker.com/engine/install/) or [podman](https://podman.io/getting-started/installation.html) +- [x] Install [docker](https://docs.docker.com/engine/install/) or [podman](https://podman.io/) - [x] Set the environment variable `GIT_TOKEN` a valid token representing YOUR user ## Permissions