Skip to content

Commit 010ab88

Browse files
authored
fix(doc): fix incorrect repository urls (#1278)
1 parent 9580dea commit 010ab88

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![GitHub License](https://img.shields.io/github/license/stackitcloud/stackit-sdk-go)](https://www.apache.org/licenses/LICENSE-2.0)
1+
[![GitHub License](https://img.shields.io/github/license/stackitcloud/stackit-sdk-python)](https://www.apache.org/licenses/LICENSE-2.0)
22
[![CI Workflow](https://github.com/stackitcloud/stackit-sdk-python/actions/workflows/ci.yaml/badge.svg)](https://github.com/stackitcloud/stackit-sdk-python/actions/workflows/ci.yaml)
33
[![CD Workflow](https://github.com/stackitcloud/stackit-sdk-python/actions/workflows/cd.yaml/badge.svg)](https://github.com/stackitcloud/stackit-sdk-python/actions/workflows/cd.yaml)
44
[![Dependency-Updater](https://github.com/stackitcloud/stackit-sdk-python/actions/workflows/dependency-checker.yaml/badge.svg)](https://github.com/stackitcloud/stackit-sdk-python/actions/workflows/dependency-checker.yaml)

services/kms/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This API provides endpoints for managing keys and key rings.
33

44

55

6-
This package is part of the STACKIT Python SDK. For additional information, please visit the [GitHub repository](https://github.com/stackitcloud/git@github.com:stackitcloud/stackit-sdk-go.git) of the SDK.
6+
This package is part of the STACKIT Python SDK. For additional information, please visit the [GitHub repository](https://github.com/stackitcloud/stackit-sdk-python) of the SDK.
77

88

99
## Installation & Usage

services/kms/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ flake8-quotes = ">=3.4.0"
4444
isort = ">=5.13.2"
4545

4646
[project.urls]
47-
Homepage = "https://github.com/stackitcloud/git@github.com:stackitcloud/stackit-sdk-go.git"
48-
Issues = "https://github.com/stackitcloud/git@github.com:stackitcloud/stackit-sdk-go.git/issues"
47+
Homepage = "https://github.com/stackitcloud/stackit-sdk-python"
48+
Issues = "https://github.com/stackitcloud/stackit-sdk-python/issues"
4949

5050
[build-system]
5151
requires = ["setuptools", "poetry-core"]

0 commit comments

Comments
 (0)