diff options
author | John Olheiser <42128690+jolheiser@users.noreply.github.com> | 2019-09-20 12:06:17 -0500 |
---|---|---|
committer | techknowlogick <techknowlogick@gitea.io> | 2019-09-20 13:06:17 -0400 |
commit | 73f7e820244b18b61c131339cb86026dc47a996f (patch) | |
tree | e8896329af258537ae5e5e1a7f7ce808b55b87c3 /docs | |
parent | 0d56dac577fd2475475254a941964ada9de4a7a7 (diff) | |
download | gitea-73f7e820244b18b61c131339cb86026dc47a996f.tar.gz gitea-73f7e820244b18b61c131339cb86026dc47a996f.zip |
Remove unnecessary backslash (#8249)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/advanced/customizing-gitea.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/advanced/customizing-gitea.en-us.md b/docs/content/doc/advanced/customizing-gitea.en-us.md index 460ea61eac..89b4a489cb 100644 --- a/docs/content/doc/advanced/customizing-gitea.en-us.md +++ b/docs/content/doc/advanced/customizing-gitea.en-us.md @@ -60,7 +60,7 @@ the url `http://gitea.domain.tld/image.png`. ## Changing the default avatar -Place the png image at the following path: `custom/public/img/avatar\_default.png` +Place the png image at the following path: `custom/public/img/avatar_default.png` ## Customizing Gitea pages |