summaryrefslogtreecommitdiff
path: root/posts/3/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'posts/3/index.html')
-rw-r--r--posts/3/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/3/index.html b/posts/3/index.html
index 7359704..de9729a 100644
--- a/posts/3/index.html
+++ b/posts/3/index.html
@@ -208,7 +208,7 @@ e.g. <code>echo path/to/most/inner/file | cut -d '/' -f1</code> this will give m
</ol>
<blockquote>
<p>e.g. <code>find / -name stdio.h</code> will return multiple location that stdio.h resides. this could expand to look for others</p>
-<p><img src="https://blog.garhve.com/usr/uploads/blog/pictures/2022/09/find_name.png" alt="image.png"></p>
+<p><img src="https://assets.garhve.com/pictures/screenshots/2022/09/find_name.png" alt="image.png"></p>
<p>more info could see <code>man find</code></p>
</blockquote>
<hr>