diff --git a/README.md b/README.md index 2066422e..74af52a5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![GitHub License](https://img.shields.io/github/license/stackitcloud/stackit-sdk-go)](https://www.apache.org/licenses/LICENSE-2.0) +[![GitHub License](https://img.shields.io/github/license/stackitcloud/stackit-sdk-python)](https://www.apache.org/licenses/LICENSE-2.0) [![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) [![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) [![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) diff --git a/services/kms/README.md b/services/kms/README.md index 3f06fb25..c94b1338 100644 --- a/services/kms/README.md +++ b/services/kms/README.md @@ -3,7 +3,7 @@ This API provides endpoints for managing keys and key rings. -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. +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. ## Installation & Usage diff --git a/services/kms/pyproject.toml b/services/kms/pyproject.toml index 73ceed68..7fbf1ae0 100644 --- a/services/kms/pyproject.toml +++ b/services/kms/pyproject.toml @@ -44,8 +44,8 @@ flake8-quotes = ">=3.4.0" isort = ">=5.13.2" [project.urls] -Homepage = "https://github.com/stackitcloud/git@github.com:stackitcloud/stackit-sdk-go.git" -Issues = "https://github.com/stackitcloud/git@github.com:stackitcloud/stackit-sdk-go.git/issues" +Homepage = "https://github.com/stackitcloud/stackit-sdk-python" +Issues = "https://github.com/stackitcloud/stackit-sdk-python/issues" [build-system] requires = ["setuptools", "poetry-core"]