diff options
author | yp05327 <576951401@qq.com> | 2024-01-31 14:32:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-31 14:32:17 +0100 |
commit | 0b1a42ce0f7f8e22d7905bde803d60444c9a9f0b (patch) | |
tree | b5692a68746d6622a45fd7cdaf2378bb0bafb302 /docs/content/usage/profile-readme.en-us.md | |
parent | Introduce htmx and use it to avoid full page load on `Subscribe` and `Follow`... (diff) | |
download | forgejo-0b1a42ce0f7f8e22d7905bde803d60444c9a9f0b.tar.xz forgejo-0b1a42ce0f7f8e22d7905bde803d60444c9a9f0b.zip |
Fix doc img path in profile readme (#28994)
https://gitea.com/gitea/gitea-docusaurus/actions/runs/1007/jobs/0#jobstep-9-25
Diffstat (limited to 'docs/content/usage/profile-readme.en-us.md')
-rw-r--r-- | docs/content/usage/profile-readme.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/usage/profile-readme.en-us.md b/docs/content/usage/profile-readme.en-us.md index fe42fa2723..316a735a1c 100644 --- a/docs/content/usage/profile-readme.en-us.md +++ b/docs/content/usage/profile-readme.en-us.md @@ -22,4 +22,4 @@ Making the `.profile` repository private will hide the Profile README. Example of user with `.profile/README.md`: -![profile readme screenshot](./profile-readme.png) +![profile readme screenshot](/images/usage/profile-readme.png) |