From 0953ee682b1adf7f29aa2fdf1fec2fda85ec3f17 Mon Sep 17 00:00:00 2001 From: rrrutledge Date: Wed, 2 Nov 2022 15:01:00 -0500 Subject: [PATCH] Fix typo in Scripts README --- scripts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index c43f792c..557ebe30 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -15,14 +15,14 @@ For example, to point all links to innersourcecommons.org: node substitute_article_urls.js isc ``` -## updates_links_in_translations.js +## update_links_in_translations.js A node script to ensure article links point at the relevant translation if it exists, or default (English) if not. ### Usage: ``` npm ci -node updates_links_in_translations.js +node update_links_in_translations.js ``` ## generate_learning_path_markdown.js