From e82451d94df30ea651c253d59f3d659e1a8125a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Gro=C3=9Fmann?= Date: Fri, 29 May 2026 10:36:42 +0200 Subject: [PATCH] fix: readme link format and spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b48a38..c53a4ff 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ You will find an [example Folder](./example) in the root directory, with ready t The recommended way to handle authentication is by using a `RoundTripper` from the core STACKIT Go SDK, which automatically manages service account tokens. For initiating the Roundtripper you need a service Account, this you can get in the STACKIT Portal. -To authenticate against the STACKIT CLI please take a look at the [Dokumentation]{https://github.com/stackitcloud/stackit-cli/blob/main/docs/stackit_auth_get-access-token.md}. +To authenticate against the STACKIT CLI please take a look at the [Documentation](https://github.com/stackitcloud/stackit-cli/blob/main/docs/stackit_auth_get-access-token.md). ```go roundTripper, err := auth.DefaultAuth(&config.Configuration{