Skip to content

Commit 86b4274

Browse files
authored
Merge pull request #2 from mdelmans/hotfix/docs_rel_path
Fix relative image paths
2 parents c646773 + 1f70db6 commit 86b4274

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/quick_start/generate_inbound_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Generated template for example.SleepConnector
2222

2323
=== "Template rendering"
2424

25-
![Template](/img/inbound_template.png){ align=left, width="300" }
25+
![Template](../img/inbound_template.png){ align=left, width="300" }
2626

2727
=== "example/sleep.json"
2828

docs/quick_start/generate_outbound_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Generated template for example.LogConnector
3939

4040
=== "Template rendering"
4141

42-
![Template](/img/template.png){ align=left, width="300" }
42+
![Template](../img/template.png){ align=left, width="300" }
4343

4444
=== "example/log.json"
4545

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
site_name: Python Camunda SDK
2+
site_url: https://mdelmans.github.io/python-camunda-sdk
23
repo_url: https://github.com/mdelmans/python-camunda-sdk
34
repo_name: mdelmans/python-camunda-sdk
45
theme:

0 commit comments

Comments
 (0)