From 11f0927940e0d42ac733b7e952edc7c338a08e9b Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Sat, 19 Jul 2025 06:13:37 +0000 Subject: [PATCH] Add latest changes from gitlab-org/gitlab@master --- doc-locale/ja-jp/user/project/badges.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc-locale/ja-jp/user/project/badges.md b/doc-locale/ja-jp/user/project/badges.md index 9f2823df34a..109229f3da9 100644 --- a/doc-locale/ja-jp/user/project/badges.md +++ b/doc-locale/ja-jp/user/project/badges.md @@ -211,7 +211,7 @@ URLに `style=style_name` パラメーターを追加すると、パイプライ https://gitlab.example.com///badges//coverage.svg?style=flat ``` - ![バッジフラットスタイル](https://gitlab.com/gitlab-org/gitlab/badges/main/coverage.svg?job=coverage&style=flat) + ![バッジフラットスタイル](img/badge_flat.svg) - フラットスクエア: @@ -219,7 +219,7 @@ URLに `style=style_name` パラメーターを追加すると、パイプライ https://gitlab.example.com///badges//coverage.svg?style=flat-square ``` - ![バッジフラットスクエアスタイル](https://gitlab.com/gitlab-org/gitlab/badges/main/coverage.svg?job=coverage&style=flat-square) + ![バッジフラットスクエアスタイル](img/badge_flat_square.svg) ### バッジテキストのカスタマイズ @@ -229,7 +229,7 @@ URLに `style=style_name` パラメーターを追加すると、パイプライ https://gitlab.com/gitlab-org/gitlab/badges/main/coverage.svg?job=karma&key_text=Frontend+Coverage&key_width=130 ``` -![カスタムテキストと幅のバッジ](https://gitlab.com/gitlab-org/gitlab/badges/main/coverage.svg?job=karma&key_text=Frontend+Coverage&key_width=130) +![カスタムテキストと幅のバッジ](img/badge_custom_text.svg) ### バッジ画像のカスタマイズ