Correct link on text.brow.sh home page

pull/99/head
Thomas Buckley-Houston 2018-07-10 09:11:06 +08:00
rodzic c457210c72
commit 74fd11ab7b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -92,7 +92,7 @@ func handleHTTPServerRequest(w http.ResponseWriter, r *http.Request) {
if (strings.Contains(r.Host, "text.")) {
message = "Welcome to the Browsh plain text client.\n" +
"You can use it by appending URLs like this;\n" +
"https://html.brow.sh/https://www.brow.sh"
"https://text.brow.sh/https://www.brow.sh"
io.WriteString(w, message)
return
}