Skip to content

Commit 608176a

Browse files
authored
chore(doc): update auth example link in readme (#807)
1 parent d6fb55e commit 608176a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The only thing you need is a STACKIT account and valid credentials.
4848

4949
## Authorization
5050

51-
To authenticate to the SDK, you will need a [service account](https://docs.stackit.cloud/stackit/en/service-accounts-134415819.html). Create it in the STACKIT Portal an assign it the necessary permissions, e.g. `project.owner`.
51+
To authenticate to the SDK, you will need a [service account](https://docs.stackit.cloud/stackit/en/service-accounts-134415819.html). Create it in the STACKIT Portal and assign it the necessary permissions, e.g. `project.owner`.
5252

5353
There are multiple ways to authenticate:
5454

@@ -72,7 +72,7 @@ When setting up authentication, the SDK will always try to use the key flow firs
7272
}
7373
```
7474

75-
Check the [authentication example](examples/authentication/basic_authentication.py) for more details.
75+
Check the [custom authentication example](examples/core/custom_auth.py) for more details.
7676

7777
### Key flow
7878

0 commit comments

Comments
 (0)