File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ An in-flight checklist for flight crew operations. Items critical in regard to f
14
14
15
15
[ Download] ( https://github.com/flybywiresim/manuals/raw/master/pdf/A32NX%20Documentation/FBW%20A32NX%20Checklist.pdf ) { .md-button }
16
16
17
- {% with pdf_file = "../.. /assets/FBW_A32NX_CHECKLIST.pdf" %}
17
+ {% with pdf_file = "/assets/FBW_A32NX_CHECKLIST.pdf" %}
18
18
19
19
<object data =" {{ pdf_file }} " type =" application/pdf " class =" pdf-embed " >
20
20
<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
28
28
29
29
[ Download] ( https://github.com/flybywiresim/manuals/raw/master/pdf/A32NX%20Documentation/FBW%20A32NX%20SOP.pdf ) { .md-button }
30
30
31
- {% with pdf_file = "../.. /assets/FBW-A32NX-SOP.pdf" %}
31
+ {% with pdf_file = "/assets/FBW-A32NX-SOP.pdf" %}
32
32
33
33
<object data =" {{ pdf_file }} " type =" application/pdf " class =" pdf-embed " >
34
34
<embed src="{{ pdf_file }}" type="application/pdf" />
Original file line number Diff line number Diff line change @@ -153,5 +153,5 @@ markdown_extensions:
153
153
pymdownx.pathconverter :
154
154
base_path : ' docs' # default: ''
155
155
relative_path : ' ' # default ''
156
- absolute : false # default: false
156
+ absolute : true # default: false
157
157
tags : ' a script img link object embed'
You can’t perform that action at this time.
0 commit comments