We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e88045f commit d26a147Copy full SHA for d26a147
docs/Overview/References.md
@@ -9,11 +9,11 @@ For users/developers who wish to interact with the Apache DevLake by using the R
9
the Swagger Document would very useful for you. The `devlake` docker image has it packaged, you may access it from:
10
If you are using the `devlake` container alone without `config-ui`:
11
```
12
-http://<DEVLAKE_CONTIANER_HOST>:<PORT>/swagger/index.html
+http://<DEVLAKE_CONTAINER_HOST>:<PORT>/swagger/index.html
13
14
or
15
16
-http://<CONFIG_UI_CONTIANER_HOST>:<PORT>/api/swagger/index.html
+http://<CONFIG_UI_CONTAINER_HOST>:<PORT>/api/swagger/index.html
17
18
19
0 commit comments