snapdrop

A Progressive Web App for local file sharing
git clone http://git.hanabi.in/repos/snapdrop.git
Log | Files | Refs | README | LICENSE

commit d886106f22eb1438ce9be8e0008490b4c0127736
parent 9db8c4ce8cef15ea41319846483ee526874306b3
Author: Florian <64581222+fm-sys@users.noreply.github.com>
Date:   Wed,  4 Nov 2020 16:29:08 +0100

Fix broken FAQ link
Diffstat:
Mclient/index.html | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/client/index.html b/client/index.html @@ -141,7 +141,7 @@ <use xlink:href="#twitter" /> </svg> </a> - <a class="icon-button" target="_blank" href="https://github.com/RobinLinus/snapdrop/docs/faq.md" title="Frequently asked questions" rel="noreferrer"> + <a class="icon-button" target="_blank" href="https://github.com/RobinLinus/snapdrop/blob/master/docs/faq.md" title="Frequently asked questions" rel="noreferrer"> <svg class="icon"> <use xlink:href="#help-outline" /> </svg> @@ -218,4 +218,4 @@ } </style> </noscript> -</body> -\ No newline at end of file +</body>