From eff6757b37176219290e0b71b25f5d0e23d20c26 Mon Sep 17 00:00:00 2001 From: Mehrad Mahmoudian Date: Sat, 24 Jul 2021 02:06:54 +0300 Subject: [PATCH] Fix the FAQ URL in README (#1744) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf47fbc5..2b523837 100644 --- a/README.md +++ b/README.md @@ -449,7 +449,7 @@ Simply use `make install` with privileges. Note: If you install from source, there is no uninstaller, you will need to manually remove the files. Consider using [CMAKE_INSTALL_PREFIX](https://cmake.org/cmake/help/latest/variable/CMAKE_INSTALL_PREFIX.html) to install to a custom location for easy removal. ### FAQ -https://flameshot.org/faq/ +https://flameshot.org/guide/faq/ ## License - The main code is licensed under [GPLv3](LICENSE)