Skip to content

Commit 3e2fe94

Browse files
author
jon gadsden
committed
fix up link for wayfinder diagram
1 parent 7c5643f commit 3e2fe94

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
args: >-
6969
--from=markdown
7070
--output=publish/OWASP_Developer_Guide.draft.pdf
71-
--resource-path="draft/assets/images:draft:assets"
71+
--resource-path="draft/assets/images:draft"
7272
draft/title.pdf.yaml
7373
draft.markdown
7474
@@ -78,7 +78,7 @@ jobs:
7878
args: >-
7979
--from=markdown
8080
--output=publish/OWASP_Developer_Guide.draft.epub
81-
--resource-path="draft/assets/images:draft:assets"
81+
--resource-path="draft/assets/images:draft"
8282
draft/title.yaml
8383
draft.markdown
8484

draft/03-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ You can regard the purpose of this guide as answering the question:
6767
Or you can regard this guide as a companion document to the OWASP [Wayfinder][wayfinder] project:
6868
the Wayfinder maps out the many OWASP tools, projects and documents - the Developer Guide provides some context for them.
6969

70-
![Application Wayfinder Diagram](assets/images/owasp-wayfinder.png "OWASP Application Wayfinder")
70+
![Application Wayfinder Diagram](../assets/images/owasp-wayfinder.png "OWASP Application Wayfinder")
7171

7272
----
7373

0 commit comments

Comments
 (0)