This is an automated email from the ASF dual-hosted git repository. klesh pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
The following commit(s) were added to refs/heads/main by this push: new d26a147f884 fix(typos): fix typo in references.md (#799) d26a147f884 is described below commit d26a147f8845ecbf3e482cf54f1ddec983707822 Author: GideonMaina <maina.g...@gmail.com> AuthorDate: Thu Jul 17 16:29:58 2025 +0300 fix(typos): fix typo in references.md (#799) --- docs/Overview/References.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Overview/References.md b/docs/Overview/References.md index eb2ed0dbfdb..c22bf9713b1 100644 --- a/docs/Overview/References.md +++ b/docs/Overview/References.md @@ -9,11 +9,11 @@ For users/developers who wish to interact with the Apache DevLake by using the R the Swagger Document would very useful for you. The `devlake` docker image has it packaged, you may access it from: If you are using the `devlake` container alone without `config-ui`: ``` -http://<DEVLAKE_CONTIANER_HOST>:<PORT>/swagger/index.html +http://<DEVLAKE_CONTAINER_HOST>:<PORT>/swagger/index.html ``` or ``` -http://<CONFIG_UI_CONTIANER_HOST>:<PORT>/api/swagger/index.html +http://<CONFIG_UI_CONTAINER_HOST>:<PORT>/api/swagger/index.html ```