Skip to content

Commit 43ad8c2

Browse files
authored
Merge pull request #507 from InnerSourceCommons/rrrutledge-patch-2
Fix typo in Scripts README
2 parents f16ca29 + 0953ee6 commit 43ad8c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ For example, to point all links to innersourcecommons.org:
1515
node substitute_article_urls.js isc
1616
```
1717

18-
## updates_links_in_translations.js
18+
## update_links_in_translations.js
1919

2020
A node script to ensure article links point at the relevant translation if it exists, or default (English) if not.
2121

2222
### Usage:
2323
```
2424
npm ci
25-
node updates_links_in_translations.js
25+
node update_links_in_translations.js
2626
```
2727

2828
## generate_learning_path_markdown.js

0 commit comments

Comments
 (0)