diff options
author | OpSimple <35542206+OpSimple@users.noreply.github.com> | 2018-06-07 15:32:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-07 15:32:23 +0200 |
commit | 70cf2568afac65140412f9017aecc377cd2cb4ee (patch) | |
tree | f5b9ad1f3d76aaf55cbddc58f1659e3990cc4744 | |
parent | Let visitors know about the other softwares (diff) | |
download | hackchat-70cf2568afac65140412f9017aecc377cd2cb4ee.tar.gz hackchat-70cf2568afac65140412f9017aecc377cd2cb4ee.zip |
shortened the url for other softwares
-rw-r--r-- | client/client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client.js b/client/client.js index bfded0f..2147ba7 100644 --- a/client/client.js +++ b/client/client.js @@ -24,7 +24,7 @@ var frontpage = [ "", "Legacy GitHub: https://github.com/AndrewBelt/hack.chat", "Android apps: https://goo.gl/UkbKYy https://goo.gl/qasdSu https://goo.gl/fGQFQN", - "Other Softwares: https://github.com/hack-chat/3rd-party-software-list/blob/master/README.md" + "Other Softwares: https://github.com/hack-chat/3rd-party-software-list" "", "Server and web client released under the WTFPL and MIT open source license.", "No message history is retained on the hack.chat server." |