From c6d2a4d6a4c87e2f7cb7f537a3b8f5dd0e615488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciek=20Go=C5=82aszewski?= Date: Mon, 11 May 2026 09:26:51 +0200 Subject: [PATCH] fixed file paths in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4051f4d..af82f29 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ You can use `engflow_auth` to authenticate when no web browser is available, for engflow_auth logout [CLUSTER URL] ``` -For an example, see this repository's own configuration. [main.yml](/blob/main/.github/workflows/main.yml) grants access to the secret. [login.sh](/blob/main/infra/login.sh) obtains and imports a credential. [logout.sh](/blob/main/infra/logout.sh) removes it. +For an example, see this repository's own configuration. [main.yml](/.github/workflows/main.yml) grants access to the secret. [login.sh](/infra/login.sh) obtains and imports a credential. [logout.sh](/infra/logout.sh) removes it. ## Build from source