bpo-38419: fix "check-c-globals" path (GH-16680)

diff --git a/Tools/c-analyzer/README b/Tools/c-analyzer/README
index 0ee8ac3..8cf20e2 100644
--- a/Tools/c-analyzer/README
+++ b/Tools/c-analyzer/README
@@ -34,7 +34,7 @@
 _PyRuntimeState or one of its sub-structs.  The check-c-globals script
 should be run to ensure that no new globals have been added:
 
-  python3 Tools/c-globals/check-c-globals.py
+  python3 Tools/c-analyzer/check-c-globals.py
 
 If it reports any globals then they should be resolved.  If the globals
 are runtime state then they should be folded into _PyRuntimeState.