This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git

commit 401a229c87ce0f9a5e838658a68545feed2154c9
Author: Tomek Niedzwiedz <[email protected]>
AuthorDate: Mon Aug 20 21:32:43 2018 +0200

    Prepend relative image paths with '.', following the pattern introduced in 
PR #20
---
 src/main/jbake/content/documentation/bundles/dynamic-includes.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/jbake/content/documentation/bundles/dynamic-includes.md 
b/src/main/jbake/content/documentation/bundles/dynamic-includes.md
index ebd4cef..52b22fe 100644
--- a/src/main/jbake/content/documentation/bundles/dynamic-includes.md
+++ b/src/main/jbake/content/documentation/bundles/dynamic-includes.md
@@ -150,7 +150,7 @@ In this case, the component is replaced with an include 
tag, and the `nocache` s
 
 If the filter gets a request with the selector it'll pass it further (using 
`doChain`) without taking any action.
 
-![SDI request processing 
flow](/documentation/bundles/sling-dynamic-include/sling-dynamic-include-processing-flow.png)
+![SDI request processing 
flow](./sling-dynamic-include/sling-dynamic-include-processing-flow.png)
 
 In contrast to the above example, some components are based on so-called 
synthetic resources. Synthetic resources have a `resourceType` and a path but 
they're not backed by a node in the JCR.
 

Reply via email to