diff --git a/README.rst b/README.rst index 6cb950d..c147689 100644 --- a/README.rst +++ b/README.rst @@ -72,8 +72,8 @@ Invoke:: http --form http://localhost:3005/render yml_file@test.yml Accept:image/png # Render a PlantUML request. - http http://localhost:3005/svg/SyfFKj2rKt3CoKnELR1Io4ZDoSa700== - http http://localhost:3005/png/SyfFKj2rKt3CoKnELR1Io4ZDoSa700== + http http://localhost:3005/plantuml/svg/SyfFKj2rKt3CoKnELR1Io4ZDoSa700== + http http://localhost:3005/plantuml/png/SyfFKj2rKt3CoKnELR1Io4ZDoSa700== .. note:: @@ -91,7 +91,6 @@ Invoke tests, optionally with coverage report:: poe coverage - *********** Development *********** diff --git a/doc/backlog.rst b/doc/backlog.rst index 2a63888..1067938 100644 --- a/doc/backlog.rst +++ b/doc/backlog.rst @@ -51,4 +51,5 @@ Iteration 4 - https://github.com/plantuml/plantuml/pull/370 - https://github.com/plantuml/plantuml-server/issues/152 - [o] Integrate with Kroki? - https://github.com/yuzutech/kroki + - https://github.com/yuzutech/kroki + - https://gitlab.com/gitlab-org/gitlab/-/issues/241744