Skip to content

Commit 09e2b54

Browse files
committed
[docs] Fix link
1 parent 6fe18ea commit 09e2b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To do so, we need to provide a full list of all patterns that should be dipslaye
4848
As the list of patterns grows over time, we generate the list automatically using `/book/scripts/generate_toc.rb`.
4949
The script is triggered by the [.github/workflows/book.yml](https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/main/.github/workflows/book.yml) workflow, which contains a hard-coded list of all languages for which we need to generate `toc.md` files.
5050

51-
If a new language is added, you need to modify [this line](https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/monorepo-test/.github/workflows/book.yml#L17) in `.github/workflows/book.yml` and add the 2-letter language code of the language that you are adding.
51+
If a new language is added, you need to modify [this line](https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/main/.github/workflows/book.yml#L17) in `.github/workflows/book.yml` and add the 2-letter language code of the language that you are adding.
5252

5353
## Objectives of the book
5454

0 commit comments

Comments
 (0)