Skip to content

Commit 92b36ac

Browse files
authored
Merge branch '6-dev' into undo-static-path-config
2 parents 73f275a + 7fc509d commit 92b36ac

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/conf.py

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

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

submodules/plone.restapi

Submodule plone.restapi updated 101 files

0 commit comments

Comments
 (0)