diff --git a/routing.rst b/routing.rst index b6440dacc5d..9262b78b9d4 100644 --- a/routing.rst +++ b/routing.rst @@ -591,10 +591,6 @@ sees our annotation routes: For more details on loading routes, including how to prefix the paths of loaded routes, see :doc:`/routing/external_resources`. -The path will *not*, however, match simply ``/blog``. That's because, -by default, all placeholders are required. This can be changed by adding -a placeholder value to the ``defaults`` array. - .. index:: single: Routing; Generating URLs