Skip to content

fix(doc): fix incorrect repository urls #1278

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion services/kms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions services/kms/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
Loading