diff --git a/pep-0553.rst b/pep-0553.rst index 81ce1d27f..ecbff1523 100644 --- a/pep-0553.rst +++ b/pep-0553.rst @@ -61,7 +61,7 @@ debugger, as proposed in this PEP. Proposal ======== -The JavaScript language provides a ``debugger`` statement [java]_ which enters +The JavaScript language provides a ``debugger`` statement [js-debugger]_ which enters the debugger at the point where the statement appears. This PEP proposes a new built-in function called ``breakpoint()`` @@ -263,7 +263,7 @@ References .. [linters] http://flake8.readthedocs.io/en/latest/ -.. [java] +.. [js-debugger] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/debugger .. [hooks]