Skip to content

Commit 0953ee6

Browse files
authored
Fix typo in Scripts README
1 parent f16ca29 commit 0953ee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)