diff --git a/peps/pep-0387.rst b/peps/pep-0387.rst
index 775b551ab57..2b6f1391f55 100644
--- a/peps/pep-0387.rst
+++ b/peps/pep-0387.rst
@@ -146,8 +146,12 @@ Making Incompatible Changes
Making an incompatible change is a gradual process performed over
several releases:
-1. :pep:`PEP 1: Start with an idea <1#start-with-an-idea-for-python>` discussion.
- If the discussion reaches consensus that acceptance is possible a PEP or
+1. Discuss the change.
+ Depending on the degree of incompatibility, this could be on
+ `Discourse `__,
+ the `issue tracker `__,
+ or in an appropriate workgroup or SIG.
+ If the discussion reaches consensus a :pep:`PEP <1>` or
similar document may be written.
Hopefully users of the affected API will pipe up to comment.