From 12db1d59c7438e73aab2e468d9d7b9e8f2b287a9 Mon Sep 17 00:00:00 2001 From: Marcelo Prates Date: Fri, 16 May 2025 21:20:16 -0300 Subject: [PATCH] Fix image link update command for compatibility across systems. --- scripts/notebooks_to_readme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/notebooks_to_readme.sh b/scripts/notebooks_to_readme.sh index c2daf8b..e04c9d9 100644 --- a/scripts/notebooks_to_readme.sh +++ b/scripts/notebooks_to_readme.sh @@ -27,7 +27,7 @@ mv "$PICTURES_DIR/temp_readme.md" "$README_FILE" # (No-op if already in place) # Update image links in README.md to point to pictures/README/ -sed -i '' 's|(temp_readme_files/|(pictures/README/temp_readme_files/|g' "$README_FILE" +sed -i 's|(temp_readme_files/|(pictures/README/temp_readme_files/|g' "$README_FILE" # Optionally, clean up any old temp_readme_files in root # rm -rf temp_readme_files