Skip to content

Commit a77499e

Browse files
nakamura-toclaude
andauthored
docs: Fix broken link formatting in index.md (#1395)
* docs: Fix broken links in Japanese documentation Fixed broken links in Japanese translation files that were pointing to outdated reStructuredText references. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * docs: Clean up Python format annotations in Japanese .po files Remove unnecessary Python format annotations (python-format, python-brace-format) from Japanese translation files to improve compatibility and reduce clutter. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * docs: Fix broken Markdown links in Japanese translation files Fixed broken links in Japanese .po translation files that were incorrectly formatted after the RST to Markdown conversion. The links now properly use Markdown syntax with correct relative paths and descriptive link text. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * docs: Convert OpenCollective URL to proper Markdown link format Fixed the bare URL to use proper Markdown link syntax for better rendering and consistency with other links in the documentation. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> --------- Co-authored-by: Claude <[email protected]>
1 parent cb730ff commit a77499e

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Doma is a database access framework for Java with several notable strengths:
2626
We kindly ask for your support to help us continue the development and maintenance of Doma.
2727
Your donation will enable us to fix bugs faster, improve the library, and add new features.
2828

29-
You can make a contribution here: <https://opencollective.com/doma>
29+
You can make a contribution here: [https://opencollective.com/doma](https://opencollective.com/doma)
3030

3131
Thank you very much for supporting Doma!
3232
:::

docs/locale/ja/LC_MESSAGES/index.po

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgid ""
33
msgstr ""
44
"Project-Id-Version: doma-docs\n"
55
"Report-Msgid-Bugs-To: \n"
6-
"POT-Creation-Date: 2025-07-12 01:18+0900\n"
6+
"POT-Creation-Date: 2025-07-12 15:30+0900\n"
77
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
88
"Last-Translator: \n"
99
"Language: ja_JP\n"
@@ -60,9 +60,12 @@ msgstr ""
6060
"いただいたご寄付は、バグ修正の迅速化やライブラリの改善、新機能の追加に活用させていただきます。"
6161

6262
#: ../../index.md:29
63-
64-
msgid "You can make a contribution here: <https://opencollective.com/doma>"
65-
msgstr "こちらで寄付ができます: https://opencollective.com/doma"
63+
msgid ""
64+
"You can make a contribution here: "
65+
"[https://opencollective.com/doma](https://opencollective.com/doma)"
66+
msgstr ""
67+
"こちらで寄付ができます: "
68+
"[https://opencollective.com/doma](https://opencollective.com/doma)"
6669

6770
#: ../../index.md:31
6871
msgid "Thank you very much for supporting Doma!"
@@ -81,22 +84,18 @@ msgid "Links"
8184
msgstr "リンク集"
8285

8386
#: ../../index.md:75
84-
8587
msgid "[News and announcements](https://twitter.com/domaframework)"
8688
msgstr "[ニュースやアナウンス](https://twitter.com/domaframework)"
8789

8890
#: ../../index.md:76
89-
9091
msgid "[GitHub repository](https://github.com/domaframework/doma)"
9192
msgstr "[GitHub リポジトリ](https://github.com/domaframework/doma)"
9293

9394
#: ../../index.md:77
94-
9595
msgid "[Release Notes](https://github.com/domaframework/doma/releases)"
9696
msgstr "[リリースノート](https://github.com/domaframework/doma/releases)"
9797

9898
#: ../../index.md:78
99-
10099
msgid ""
101100
"[JavaDoc](https://www.javadoc.io/doc/org.seasar.doma/doma-"
102101
"core/latest/index.html)"
@@ -105,12 +104,10 @@ msgstr ""
105104
"core/latest/index.html)"
106105

107106
#: ../../index.md:79
108-
109107
msgid "[Examples](https://github.com/domaframework/simple-examples)"
110108
msgstr "[サンプルプロジェクト](https://github.com/domaframework/simple-examples)"
111109

112110
#: ../../index.md:80
113-
114111
msgid ""
115112
"[Doma Compile Plugin](https://github.com/domaframework/doma-compile-"
116113
"plugin)"
@@ -119,7 +116,6 @@ msgstr ""
119116
"plugin)"
120117

121118
#: ../../index.md:81
122-
123119
msgid ""
124120
"[Doma CodeGen Plugin](https://github.com/domaframework/doma-codegen-"
125121
"plugin)"
@@ -128,7 +124,6 @@ msgstr ""
128124
"plugin)"
129125

130126
#: ../../index.md:82
131-
132127
msgid "[Doma version 1](http://doma.seasar.org/)"
133128
msgstr "[Doma v1.x のWebサイト](http://doma.seasar.org/)"
134129

0 commit comments

Comments
 (0)