diff options
author | Paul Menzel <pmenzel@molgen.mpg.de> | 2018-11-12 15:30:22 +0100 |
---|---|---|
committer | Paul Menzel <pmenzel@molgen.mpg.de> | 2018-11-12 15:30:22 +0100 |
commit | a5eabcea350c673a47815d1c03fd63e275972078 (patch) | |
tree | 2786923b2855e49fd3f1386da7d86c556b077bff | |
parent | Remove references in configs to http_poll; it was removed in ba69c469b551 (diff) |
README: Use HTTPS URL for docs.ejabberd.im
Directly use the HTTPS URL.
$ curl -I http://docs.ejabberd.im
HTTP/1.1 301 Moved Permanently
Server: Cowboy
Connection: keep-alive
Location: https://docs.ejabberd.im/
Date: Mon, 12 Nov 2018 14:31:07 GMT
Content-Type: text/plain; charset=utf-8
Via: 1.1 vegur
$ curl -I https://docs.ejabberd.im
HTTP/1.1 200 OK
Server: Cowboy
Connection: keep-alive
Set-Cookie: main-session=MTU0MjAzMzA1NnxOd3dBTkZWWVNrbEVRVkUwUVZvM1JGcEtTakpKTTA1RlYxQk1TelZKTmxkUlNGRk5Sa0ZVV0VSS1dVNHpSMDh6VEUxSVJFTkRVMEU9fHnVvedfnvRp4MtnGBKYfXIDSBTPilUvIp6Kz559FNKg; Path=/; Expires=Mon, 12 Nov 2018 22:30:56 GMT; Max-Age=28800; HttpOnly
Date: Mon, 12 Nov 2018 14:30:56 GMT
Content-Type: text/html; charset=utf-8
Via: 1.1 vegur
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -169,6 +169,6 @@ type a command like: Links ----- -- Documentation: http://docs.ejabberd.im +- Documentation: https://docs.ejabberd.im - Community site: https://www.ejabberd.im - ejabberd commercial offering and support: https://www.process-one.net/en/ejabberd |