From 6584460da8d1b131713d33360b6373bdc8172dbb Mon Sep 17 00:00:00 2001 From: Ruben Hoenle Date: Thu, 12 Jun 2025 09:22:44 +0200 Subject: [PATCH 1/2] fix(doc): fix incorrect repository urls --- README.md | 2 +- services/kms/README.md | 2 +- services/kms/pyproject.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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..8dcdd496 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/git@github.com:stackitcloud/stackit-sdk-python.git) of the SDK. ## Installation & Usage diff --git a/services/kms/pyproject.toml b/services/kms/pyproject.toml index 73ceed68..b50bc711 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/git@github.com:stackitcloud/stackit-sdk-python.git" +Issues = "https://github.com/stackitcloud/git@github.com:stackitcloud/stackit-sdk-python.git/issues" [build-system] requires = ["setuptools", "poetry-core"] From 6c2a11df2c567f67207d5ac7bd8a7385dba30506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ruben=20H=C3=B6nle?= Date: Thu, 12 Jun 2025 10:11:18 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Marcel Jacek <72880145+marceljk@users.noreply.github.com> --- services/kms/README.md | 2 +- services/kms/pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/services/kms/README.md b/services/kms/README.md index 8dcdd496..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-python.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 b50bc711..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-python.git" -Issues = "https://github.com/stackitcloud/git@github.com:stackitcloud/stackit-sdk-python.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"]