We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f16ca29 commit 0953ee6Copy full SHA for 0953ee6
scripts/README.md
@@ -15,14 +15,14 @@ For example, to point all links to innersourcecommons.org:
15
node substitute_article_urls.js isc
16
```
17
18
-## updates_links_in_translations.js
+## update_links_in_translations.js
19
20
A node script to ensure article links point at the relevant translation if it exists, or default (English) if not.
21
22
### Usage:
23
24
npm ci
25
-node updates_links_in_translations.js
+node update_links_in_translations.js
26
27
28
## generate_learning_path_markdown.js
0 commit comments