diff --git a/lighty-examples/lighty-community-restconf-actions-app/README.md b/lighty-examples/lighty-community-restconf-actions-app/README.md index 17bc905484..ecb8fa0774 100644 --- a/lighty-examples/lighty-community-restconf-actions-app/README.md +++ b/lighty-examples/lighty-community-restconf-actions-app/README.md @@ -89,7 +89,7 @@ No data are modified during the execution. The implementation is using binding A This application example has active [OpenApi](https://swagger.io/) UI for RESTCONF. URL for OpenApi: https://datatracker.ietf.org/doc/html/rfc8040 -* __OpenApi UI__ ``http://localhost:8888/apidoc/explorer/index.html`` +* __OpenApi UI__ ``http://localhost:8888/openapi/explorer/index.html`` ### Use custom config files There are two separated config files: for NETCONF SBP single node and for cluster. diff --git a/lighty-examples/lighty-community-restconf-netconf-app/README.md b/lighty-examples/lighty-community-restconf-netconf-app/README.md index acd1ddf391..760a73f39e 100644 --- a/lighty-examples/lighty-community-restconf-netconf-app/README.md +++ b/lighty-examples/lighty-community-restconf-netconf-app/README.md @@ -38,7 +38,7 @@ RESTCONF web interface is available at URL ```http://localhost:8888/restconf/*`` This application example has active [OpenApi](https://swagger.io/) UI for RESTCONF. URLs for OpenApi: https://datatracker.ietf.org/doc/html/rfc8040 -* __OpenApi UI__ ``http://localhost:8888/apidoc/explorer/index.html`` +* __OpenApi UI__ ``http://localhost:8888/openapi/explorer/index.html`` ### Use custom config files There are two separated config files: for NETCONF SBP single node and for cluster.