Skip to content

Commit

Permalink
Fixing some issues for japanese link fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
spier committed Sep 12, 2023
1 parent 236eaab commit dbec637
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions book/ja/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

[インナーソース](http://innersourcecommons.org) は、長年にわたってこれらのパターンを収集し、この本で最も成熟したパターンを公開しています。また、コミュニティのメンバーが、少なくとも一つの事例をもって、それぞれのパターンをレビューしています。

<!-- markdownlint-disable-next-line MD051 -->
このイントロダクションでは、[インナーソースとは何か](#innssutohaka)[パターンとは何か](#innssupatntohaka)、そしてあなたの組織における[これらのパターンの使い方](#donoyouniinnssupatnwouka) について説明します。
<!-- markdownlint-disable-next-line link-fragments -->
このイントロダクションでは、[インナーソースとは何か](#nei-yuan-shi-shen-me)[パターンとは何か](#nei-yuan-mo-shi-shi-shen-me)、そしてあなたの組織における[これらのパターンの使い方](#ru-he-shi-yong-zhe-xie-mo-shi) について説明します。

もしあなたが既に会社でインナーソースを使っていて、その経験を本書に提供したいのであれば、ぜひ[本書へのコントリビューション](./contribute.md)をよろしくお願いします!

Expand Down
3 changes: 2 additions & 1 deletion translation/ja/patterns/repository-activity-score.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ GitHub API で取得できる自動化された KPI は、全ての事柄のう

以下のコードでは、変数 `repo` に GitHub `search` API から取得したエンティティを、`Participation` オブジェクトに GitHub `stats/participation` API から取得したエンティティを格納することを仮定しています。

必要であれば、ソフトKPI([組織に働く力学](#組織に働く力学)を参照)に従って手動で調整することもできます。
<!-- markdownlint-disable-next-line link-fragments -->
必要であれば、ソフトKPI([組織に働く力学](#yue-shu)を参照)に従って手動で調整することもできます。

``` javascript
// スター数、ウォッチ数、コミット数、およびイシュー数から仮想のInnerSourceスコアを計算します。
Expand Down

0 comments on commit dbec637

Please sign in to comment.