Skip to content

Commit ae717aa

Browse files
committed
fix: path of assets
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 8d99254 commit ae717aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/developer_manual/api.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ API
33

44
.. raw:: html
55

6-
<link rel="stylesheet" href="swagger-ui.css" />
7-
<script src="swagger-ui-bundle.js"></script>
8-
<script src="swagger-ui-standalone-preset.js"></script>
6+
<link rel="stylesheet" href="/developer_manual/swagger-ui/swagger-ui.css" />
7+
<script src="/developer_manual/swagger-ui/swagger-ui-bundle.js"></script>
8+
<script src="/developer_manual/swagger-ui/swagger-ui-standalone-preset.js"></script>
99
<div id="swagger-ui"></div>
1010
<script>
1111
window.onload = () => {

0 commit comments

Comments
 (0)