diff --git a/Hardware/Completeness_Chart.md b/Hardware/Completeness_Chart.md index 4e42f57..e8d2c06 100644 --- a/Hardware/Completeness_Chart.md +++ b/Hardware/Completeness_Chart.md @@ -2,7 +2,7 @@ When ordering rusEFI the ECU boards may be bought in several different stages of assembly completeness. These stages may range from the bare board with no components attached all the way to fully assembled PCBs already in enclosures. What should be ordered by the end user is up to them, their solering skills and capabilities, and how much they value their time. 1. **Bare PCB**: No components soldered. For the end user, soldering would be required for **ALL** components. -![BareMRE](Images/BareMRE.png "Bare MRE") +![BareMRE](Hardware/Images/BareMRE.png "Bare MRE") 2. **Partially Populated Board**: More than a half of components soldered to it. This board would require the end user to do some SMT and/or through-hole soldering to get a functional board. ![PartialMRE](Images/PartialMRE.png "Partial MRE") diff --git a/Hardware/Images/init b/Hardware/Images/init deleted file mode 100644 index 8b13789..0000000 --- a/Hardware/Images/init +++ /dev/null @@ -1 +0,0 @@ - diff --git a/Special/Documentation_Workflow.md b/Special/Documentation_Workflow.md index 575fe31..0e35aa0 100644 --- a/Special/Documentation_Workflow.md +++ b/Special/Documentation_Workflow.md @@ -26,4 +26,9 @@ Q: Is there a place where we are holding all images for these documents? A: We have images in the same repository! Just add your images while editing pages. Please consider using some (any really) folder structure. -For example https://github.com/rusefi/rusefi_documentation/blob/master/FAQ/images/TunerStudio_new_project.png is visible on /wiki/ as https://raw.githubusercontent.com/wiki/rusefi/rusefi/FAQ/images/TunerStudio_new_project.png \ No newline at end of file +For example https://github.com/rusefi/rusefi_documentation/blob/master/FAQ/images/TunerStudio_new_project.png is visible on /wiki/ as https://raw.githubusercontent.com/wiki/rusefi/rusefi/FAQ/images/TunerStudio_new_project.png + +Please note that all .md files like https://github.com/rusefi/rusefi_documentation/blob/master/FAQ/HOWTO_quick_start.md are displayed without folder name like https://github.com/rusefi/rusefi/wiki/HOWTO_quick_start which also means +that you need full image path like ``FAQ/images/rusEfi_console/rusEfi_console_start_screen.png`` for image to be rendered properly. This is one of github wiki features which are a bit counter-intuitive to me. + +This also means that .md file names have to be unique for the whole. \ No newline at end of file