Skip to content

Commit 03da3df

Browse files
committed
Fix old links to contribute-to-this-book.md (these were broken after renaming the file).
1 parent c9a2df8 commit 03da3df

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

book/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The `./book` folder contains generator scripts and some extra content required t
2121
- `/book/generate_toc.rb` - Takes patterns of maturity **Structured** and **Validated**, extracts title and patlet, and injects this info into `/book/toc_template.md`. The output is written to `/book/toc.md`.
2222
- `.github/workflows/book.yml` - A GitHub Action that triggers the execution of `/book/generate_toc.rb`.
2323
- `/book/introduction.md` - The introduction to our book. This content is what the reader sees first when they open the book. The current content is based on [README.md](../README.md). We may need to modify this content even further, to address the readers of the book more specifically, rather than the readers of our GitHub repository.
24-
- `/book/contribute-to-this-book.md` - Information about how to contribute to this book.
24+
- `/book/contribute.md` - Information about how to contribute to this book.
2525

2626
## Objectives of the book
2727

book/introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{% hint style="info" %}
66
You are reading an early release of the InnerSource Patterns book and may still find broken links, spelling mistakes, or other errors.
7-
Please help us to fix them to produce the best book possible :). Learn how to [contribute to this book](../book/contribute-to-this-book.md).
7+
Please help us to fix them to produce the best book possible :). Learn how to [contribute to this book](../book/contribute.md).
88
{% endhint %}
99

1010
Welcome to the **InnerSource Patterns Book**.
@@ -15,7 +15,7 @@ The [InnerSource Commons](http://innersourcecommons.org) has collected these pat
1515

1616
In this introduction we explain [what InnerSource is](#what-is-innersource), [what a pattern is](#what-are-innersource-patterns), and [how to use these patterns](#how-can-you-use-innersource-patterns) in your organization.
1717

18-
If you are using InnerSource in your company already and want to contribute your experiences to this book, we would love to [welcome your contributions](../book/contribute-to-this-book.md)!
18+
If you are using InnerSource in your company already and want to contribute your experiences to this book, we would love to [welcome your contributions](../book/contribute.md)!
1919

2020
## What is InnerSource?
2121

@@ -48,7 +48,7 @@ The pattern form is useful for describing proven solutions but it can also be us
4848

4949
## How to Contribute?
5050

51-
Please refer to: [Contribute to this book](./contribute-to-this-book.md)
51+
Please refer to: [Contribute to this book](./contribute.md)
5252

5353
## Credits
5454

0 commit comments

Comments
 (0)