Skip to content

Commit cc2b3a1

Browse files
authored
Merge pull request plone#1315 from plone/organize-navigation-restapi
Align with REST API reorganization
2 parents 4f0fb89 + c384e97 commit cc2b3a1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,11 @@
147147
]
148148

149149
myst_substitutions = {
150-
"postman_basic_auth": "![](_static/img/postman_basic_auth.png)",
151-
"postman_headers": "![](_static/img/postman_headers.png)",
152-
"postman_request": "![](_static/img/postman_request.png)",
153-
"postman_response": "![](_static/img/postman_response.png)",
154-
"postman_retain_headers": "![](_static/img/postman_retain_headers.png)",
150+
"postman_basic_auth": "![](../_static/img/postman_basic_auth.png)",
151+
"postman_headers": "![](../_static/img/postman_headers.png)",
152+
"postman_request": "![](../_static/img/postman_request.png)",
153+
"postman_response": "![](../_static/img/postman_response.png)",
154+
"postman_retain_headers": "![](../_static/img/postman_retain_headers.png)",
155155
"fawrench": '<span class="fa fa-wrench" style="font-size: 1.6em;"></span>',
156156
}
157157

0 commit comments

Comments
 (0)