diff --git a/doc/img/bf-param_example.png b/doc/img/bf-param_example.png
new file mode 100644
index 0000000000000000000000000000000000000000..c6c3a53ab5f0d65f87b2fed69116a8aa2e7a2b6a
Binary files /dev/null and b/doc/img/bf-param_example.png differ
diff --git a/doc/objects.html b/doc/objects.html
index 07824e56fbc08e028a455ff961be24cfa08cee56..c811d0d8b503d2b3fb1fefcbb502aa2119dd1375 100644
--- a/doc/objects.html
+++ b/doc/objects.html
@@ -61,7 +61,7 @@
 </ol>
 <p>So a bf-param with 8 drum machine note triggers would be: <code>[bf-param myDrumMachine kickOnOff 8 bool]</code> and creates this object within your patch:</p>
 <figure>
-<img src="/uploads/114e1a4d5f4c38d21eac50bbcebe5509/bf-param_example.png" alt="" /><figcaption>bf-param_example</figcaption>
+<img src="img/bf-param_example.png" alt="" /><figcaption>bf-param_example</figcaption>
 </figure>
 <h6 id="inlets-1">Inlets:</h6>
 <ol type="1">
diff --git a/doc/objects.md b/doc/objects.md
index 98d0344f715937a40bb3bf321ea2b15b1b43eb69..bb826f864f7ca4605ea2284d6ea959840424c337 100644
--- a/doc/objects.md
+++ b/doc/objects.md
@@ -50,7 +50,7 @@ A bf-param can be a single instance of its type or it can be a multiple, which c
 So a bf-param with 8 drum machine note triggers would be:
 `[bf-param myDrumMachine kickOnOff 8 bool]` and creates this object within your patch:
 
-![bf-param_example](/uploads/114e1a4d5f4c38d21eac50bbcebe5509/bf-param_example.png)
+![bf-param_example](img/bf-param_example.png)
 
 ###### Inlets:
 1. Sets the value of the parameter. If the parameter is a multiple, then *Inlet 1* sets the parameter at the index last received on *Inlet 2*.