Skip to content

Commit b630cee

Browse files
committed
swap to absolute path
1 parent 27c0ae8 commit b630cee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/pilots-corner/SOP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ An in-flight checklist for flight crew operations. Items critical in regard to f
1414

1515
[Download](https://github.com/flybywiresim/manuals/raw/master/pdf/A32NX%20Documentation/FBW%20A32NX%20Checklist.pdf){ .md-button }
1616

17-
{% with pdf_file = "../../assets/FBW_A32NX_CHECKLIST.pdf" %}
17+
{% with pdf_file = "/assets/FBW_A32NX_CHECKLIST.pdf" %}
1818

1919
<object data="{{ pdf_file }}" type="application/pdf" class="pdf-embed">
2020
<embed src="{{ pdf_file }}" type="application/pdf" />
@@ -28,7 +28,7 @@ This document can be considered as an overview of what to do during each phase o
2828

2929
[Download](https://github.com/flybywiresim/manuals/raw/master/pdf/A32NX%20Documentation/FBW%20A32NX%20SOP.pdf){ .md-button }
3030

31-
{% with pdf_file = "../../assets/FBW-A32NX-SOP.pdf" %}
31+
{% with pdf_file = "/assets/FBW-A32NX-SOP.pdf" %}
3232

3333
<object data="{{ pdf_file }}" type="application/pdf" class="pdf-embed">
3434
<embed src="{{ pdf_file }}" type="application/pdf" />

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,5 +153,5 @@ markdown_extensions:
153153
pymdownx.pathconverter:
154154
base_path: 'docs' # default: ''
155155
relative_path: '' # default ''
156-
absolute: false # default: false
156+
absolute: true # default: false
157157
tags: 'a script img link object embed'

0 commit comments

Comments
 (0)