Thomas Buck 3 months ago
parent
commit
e5cf8116c9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/src/main_board_pcb.md

+ 1
- 1
docs/src/main_board_pcb.md View File

@@ -6,7 +6,7 @@ You can also view the [Main-Board PCB layout as PDF](./plot/dispensy_pcb.pdf).
6 6
 
7 7
 <script src="js/svg-pan-zoom.js" charset="UTF-8"></script>
8 8
 <div style="background-color: white;">
9
-    <embed type="image/svg+xml" src="../plot/dispensy_pcb.svg" id="pz_dispensy" style="width:100%;"/>
9
+    <embed type="image/svg+xml" src="./plot/dispensy_pcb.svg" id="pz_dispensy" style="width:100%;"/>
10 10
     <script>
11 11
         document.getElementById('pz_dispensy').addEventListener('load', function(){
12 12
             svgPanZoom(document.getElementById('pz_dispensy'), {controlIconsEnabled: true});

Loading…
Cancel
Save