Skip to content

Commit

Permalink
Fix broken links (lf-edge#270)
Browse files Browse the repository at this point in the history
Signed-off-by: Taewan Kim <t25.kim@samsung.com>

- Fix broken links in the document.
  • Loading branch information
tiokim authored Feb 24, 2021
1 parent 16e0908 commit 2ee246f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/platforms/x86_64_linux/x86_64_linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ The result can be seen here `http://localhost:7010/`

## API Document
Edge Orchestration provides REST APIs for its operation. Description of APIs is stored in [/docs](../../) folder.
- **[edge_orchestration_api.yaml](../../edge_orchestration_api.yaml)** or
- **[edge_orchestration_api_secure.yaml](../../edge_orchestration_api_secure.yaml)** for secure mode.
- **[edge_orchestration_api.yaml](../../../api/edge_orchestration_api.yaml)** or
- **[edge_orchestration_api_secure.yaml](../../../api/edge_orchestration_api_secure.yaml)** for secure mode.

Note that you can visit [Swagger Editor](https://editor.swagger.io/) to graphically investigate the REST API in YAML.

Expand Down

0 comments on commit 2ee246f

Please sign in to comment.