Fixed broken link to issue 340 (#857)

This commit is contained in:
Marcus Kohnert 2019-04-13 20:09:04 +02:00 committed by Thiago Loureiro
parent 0ed4fdf498
commit f27566b65d

View File

@ -181,7 +181,7 @@ matched /goods/{catchAll} (because this is the first ReRoute in the list!).
Dynamic Routing
^^^^^^^^^^^^^^^
This feature was requested in `issue 340 <https://github.com/ThreeMammals/Ocelot/issue/340>`_.
This feature was requested in `issue 340 <https://github.com/ThreeMammals/Ocelot/issues/340>`_.
The idea is to enable dynamic routing when using a service discovery provider so you don't have to provide the ReRoute config. See the docs :ref:`service-discovery` if
this sounds interesting to you.