diff options
author | garhve <git@garhve.com> | 2022-12-02 19:45:31 +0800 |
---|---|---|
committer | garhve <git@garhve.com> | 2022-12-02 19:45:31 +0800 |
commit | 924132dc97988d9c5ae37cb05fa7e2eb35e28276 (patch) | |
tree | b841a5fc5b2d88bd5d70399e7e169876e3ca5900 /posts/3/index.html | |
parent | c92d9940c3774bd3f719a1655b0f2d3f6fe3020d (diff) |
transfer blogs 1
Diffstat (limited to 'posts/3/index.html')
-rw-r--r-- | posts/3/index.html | 2 |
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> |