docs: fix doc for how to use new bootstrap impl (#1959)

The target name and value were both incorrect.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 046e086..4ba7045 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -137,7 +137,7 @@
   placeholder, just like the `python_default_visibility` directive does.
 * (rules) A new bootstrap implementation that doesn't require a system Python
   is available. It can be enabled by setting
-  {obj}`--@rules_python//python:config_settings:bootstrap_impl=two_phase`. It
+  {obj}`--@rules_python//python/config_settings:bootstrap_impl=script`. It
   will become the default in a subsequent release.
   ([#691](https://github.com/bazelbuild/rules_python/issues/691))
 * (providers) `PyRuntimeInfo` has two new attributes: