Skip to content

Commit 511db83

Browse files
authored
Fix long-standing markdownlint alerts (#839)
Fix long-standing markdownlint alerts
1 parent 16d01b6 commit 511db83

File tree

7 files changed

+6
-8
lines changed

7 files changed

+6
-8
lines changed

book/ja/toc.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ NOTE: 2025/08/04 Custom TOC ordering for enhanced readability - maintain when ad
9494

9595
* [持続可能な成長のためのエクステンション](../../translation/ja/patterns/extensions-for-sustainable-growth.md) - インナーソースプロジェクトは多くのコントリビューションを受けており、メンテナンスが難しくなっています。メンテナは、プロジェクトのコア部分から離れた拡張機構を提供することで、最小のコストとメンテナンスオーバーヘッドでプロジェクトの能力をスケールアップすることを可能にします。
9696

97-
9897
## Appendix<a id="appendix"></a>
9998

10099
* [パターンテンプレート](../../meta/pattern-template.md)

book/ja/toc_template.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ NOTE: 2025/08/04 Custom TOC ordering for enhanced readability - maintain when ad
9494

9595
* [持続可能な成長のためのエクステンション](../../translation/ja/patterns/extensions-for-sustainable-growth.md) - インナーソースプロジェクトは多くのコントリビューションを受けており、メンテナンスが難しくなっています。メンテナは、プロジェクトのコア部分から離れた拡張機構を提供することで、最小のコストとメンテナンスオーバーヘッドでプロジェクトの能力をスケールアップすることを可能にします。
9696

97-
9897
## Appendix<a id="appendix"></a>
9998

10099
* [パターンテンプレート](../../meta/pattern-template.md)

patterns/1-initial/innersource-portal-hygiene.md

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

patterns/1-initial/walk-the-innersource-talk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,4 @@ the book [Adopting InnerSource][Adopting-InnerSource-book], see in particular th
164164
- Dogfooding the InnerSource behaviors
165165
- Role-modelling the InnerSource behaviors
166166

167-
[Adopting-InnerSource-book]: https://innersourcecommons.org/documents/books/AdoptingInnerSource.pdf
167+
[Adopting-InnerSource-book]: https://innersourcecommons.org/documents/books/AdoptingInnerSource.pdf
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Files moved
22

3-
Files from this folder were moved [here](../).
3+
Files from this folder were moved to the [2-structured folder](../).

patterns/2-structured/release-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The following are key elements to achieve this:
4747
- Releases are clearly labeled and tagged with [semantic versioning](https://github.com/semantic-release/semantic-release)
4848
- Releases include notes on New Features, Bug Fixes, and any "Breaking Changes"
4949

50-
A good example of quality release notes can be found [here](https://github.com/jaegertracing/jaeger/releases).
50+
A good example of quality release notes can be found in the [jaeger project](https://github.com/jaegertracing/jaeger/releases).
5151

5252
## Resulting Context
5353

translation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ However, since git does not create empty folders, it is better to create directo
4949

5050
Most of the translations have not translated the text in the visuals (e.g. in images, the mindmap, etc). However if you like, you can!
5151

52-
- To translate the mindmap, create a new folder similar to [pattern-categorization/gl](../pattern-categorization/gl/). Then edit the file `innersource-program-mind-map.md` in there, and run the scripts as explained [here](../pattern-categorization/README.md).
52+
- To translate the mindmap, create a new folder similar to [pattern-categorization/gl](../pattern-categorization/gl/). Then edit the file `innersource-program-mind-map.md` in there, and run the scripts as explained in the [Pattern Categorization README](../pattern-categorization/README.md).
5353
- To add translated visuals, add a subfolder in `assets/img`, see [assets/img/gl/](../assets/img/gl/) as an example. Make sure that in the markdown files of your patterns you link to the correct image files.
5454

5555
### Translation Quality and Review Process

0 commit comments

Comments
 (0)