diff --git a/0_Introduction/setup.md b/0_Introduction/setup.md
index a4e3b90..343410c 100644
--- a/0_Introduction/setup.md
+++ b/0_Introduction/setup.md
@@ -17,7 +17,7 @@ Extensions I use:
A C Pico project requires additional files to handle compilation: CMakeList.txt and pico_sdk_import.cmake, templates of both available in the installed pico sdk. To automate this, I am using [Pico Project Generator](https://github.com/raspberrypi/pico-project-generator) to generate the boilerplate code for the project. Most of the options are left default. The only changes are: `Console over USB` and `Create VSCode Project` are enabled.
-
+
### Uploading Code
@@ -28,7 +28,7 @@ Currently I program the pico over USB connection, and to do so,
This will wear-out the port upon time. To solve this, the `RUN` pin #30 can be pulled down/connect to `GND` to reset the board. I use a button to acomplish that, from now on called the reset button, as seen below.
-
+
So uploading the code requires following steps:
diff --git a/1_Basic_GPIO/blinky.md b/1_Basic_GPIO/blinky.md
index c031ae5..32208dd 100644
--- a/1_Basic_GPIO/blinky.md
+++ b/1_Basic_GPIO/blinky.md
@@ -8,7 +8,7 @@ The classic, the helloWorld of embedded programming. This program turns the LED
- Build the project by pressing the `build` button at the bottom and select the option with `arm-none-eabi`.
- Make sure the build exits with code 0.
-
+
### Basic Code:
diff --git a/assets/README.md b/assets/README.md
new file mode 100644
index 0000000..9421989
--- /dev/null
+++ b/assets/README.md
@@ -0,0 +1,3 @@
+All assets moved to [Lens Dump](https://lensdump.com/a/HjiLC)
+
+Checkout [Lens Dump](lensdump.com) for a free and premium image hosting experence.
\ No newline at end of file
diff --git a/assets/buildButton.png b/assets/buildButton.png
deleted file mode 100644
index 58dfc86..0000000
Binary files a/assets/buildButton.png and /dev/null differ
diff --git a/assets/picoProjGen.png b/assets/picoProjGen.png
deleted file mode 100644
index 43ac330..0000000
Binary files a/assets/picoProjGen.png and /dev/null differ
diff --git a/assets/picoResetButton.png b/assets/picoResetButton.png
deleted file mode 100644
index e1cf865..0000000
Binary files a/assets/picoResetButton.png and /dev/null differ