diff --git a/docs/Assignments/bootcamp/final_project.md b/docs/Assignments/bootcamp/final_project.md index 3e11e55..8fa6e69 100644 --- a/docs/Assignments/bootcamp/final_project.md +++ b/docs/Assignments/bootcamp/final_project.md @@ -31,9 +31,9 @@ The drone needs to be able to fly for atleast 20 minutes. It needs 2 screens on ## Images -![](../assets/result.jpg) +![](../../assets/result.jpg) -![](../assets/result2.jpg) +![](../../assets/result2.jpg) -![](../assets/result1.jpg) +![](../../assets/result1.jpg) [last image credits](https://gareth-morrison.squarespace.com/drg) diff --git a/docs/Assignments/bootcamp/global_lesson2_notes.md b/docs/Assignments/bootcamp/global_lesson2_notes.md index ec676e9..70ead23 100644 --- a/docs/Assignments/bootcamp/global_lesson2_notes.md +++ b/docs/Assignments/bootcamp/global_lesson2_notes.md @@ -24,7 +24,7 @@ ## Electricity ### -![alt text](../assets/electricityTriangle.png) +![alt text](../../assets/electricityTriangle.png) * V = Voltage * I = Ampere * R = Resistance diff --git a/docs/Assignments/week_1_fabacademy/customising_mkdocs.md b/docs/Assignments/week_1_fabacademy/customising_mkdocs.md index 77957da..48b74f6 100644 --- a/docs/Assignments/week_1_fabacademy/customising_mkdocs.md +++ b/docs/Assignments/week_1_fabacademy/customising_mkdocs.md @@ -2,7 +2,7 @@ I wanna customise my mkdocs theme. So I can have a dark mode. Because it currently looks like this and having a nice looking documentation page is necessary too! -![alt text](../assets/customising_mkdocs.jpg) +![alt text](../../assets/customising_mkdocs.jpg) ## Issues diff --git a/docs/Assignments/week_1_fabacademy/fritzing.md b/docs/Assignments/week_1_fabacademy/fritzing.md index a862e7d..be74167 100644 --- a/docs/Assignments/week_1_fabacademy/fritzing.md +++ b/docs/Assignments/week_1_fabacademy/fritzing.md @@ -7,7 +7,7 @@ Fritzing is a program to draw circuits on breadboards to visualise them. You wil ## My first design I have made this design early to get started on programming the microcontroller so I have enough time to program the stabilasation algorithm -![Frirtzing diagram](../assets/fritzingv1.jpg) +![Frirtzing diagram](../../assets/fritzingv1.jpg) ## Fritzing parts used diff --git a/docs/Assignments/week_1_fabacademy/markdown.md b/docs/Assignments/week_1_fabacademy/markdown.md index 5917f08..3bc9c8a 100644 --- a/docs/Assignments/week_1_fabacademy/markdown.md +++ b/docs/Assignments/week_1_fabacademy/markdown.md @@ -6,7 +6,7 @@ Markdown is a markup language. It's used a lot for documenting because its easy ## How do I use markdown Markdown can be used anywhere. You just simple have to create a file that ends with `.md`. If you wanna view the markdown that you're writing in vistual studio code you can click the icon below in the top right of your screen. -![alt text](../assets/markdownViewerIcon.jpg) +![alt text](../../assets/markdownViewerIcon.jpg) ### Styling in markdown You can syle text by placing different operators around text. diff --git a/docs/final_project/drone_breadboard.md b/docs/final_project/drone_breadboard.md index 93e1631..fd16112 100644 --- a/docs/final_project/drone_breadboard.md +++ b/docs/final_project/drone_breadboard.md @@ -7,6 +7,6 @@ This is the first design I made. I wanted to start programming so I could start ## The breadboard -![](/docs/assets/fritzing_diagram_esp_bno.jpg) -![alt text](/docs/assets/bno_c6p1.jpg) -![alt text](/docs/assets/bno_c6p2.jpg) +![](../assets/bno_c6p1.jpg) +![alt text](../assets/bno_c6p1.jpg) +![alt text](../assets/bno_c6p2.jpg)