From 09fcf0fe6d23404498641b8b71e373dd655e0eb6 Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Fri, 24 Oct 2025 20:11:04 -0400 Subject: [PATCH] add link to ElasticSearch-Common-Commands.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c3b9095..f2c4ca5 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Each script performs a single transformation so you can inspect results between - Always test on a copy or run a subset first to confirm behavior. - If filenames contain unusual characters, run a quick grep for non-ASCII prior to processing. - Modify scripts to add dry-run mode if you want safer previews. +- ElasticSearch Common Commands for updates: https://gitea.rcs1.top/sickprodigy/TubeArchivist-Scripts/src/branch/main/ElasticSearch-Common-Commands.md ---