diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-09-06 23:52:57 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-09-06 23:52:57 +0300 |
commit | 1bff7d02fb417a338f8ed4b2d4c913371106aa5b (patch) | |
tree | 7462c25a5b8ccc75d14b1d79cefe0030fffe42e1 | |
parent | f08c68f232381a5f4f3f3a29ef9cf7a30606f7c1 (diff) | |
download | unit-1bff7d02fb417a338f8ed4b2d4c913371106aa5b.tar.gz unit-1bff7d02fb417a338f8ed4b2d4c913371106aa5b.tar.bz2 |
README: fixed URLs.
-rw-r--r-- | README.md | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -205,7 +205,7 @@ current working directory. ##### Tarball Unit source code tarballs are available at -<http://unit.nginx.org/download/> +[http://unit.nginx.org/download/](http://unit.nginx.org/download/) #### Installing Required Software @@ -882,9 +882,10 @@ All other requests will be proxied to Unit: } ``` -Refer to NGINX documentation at <http://nginx.org> for more information. +Refer to NGINX documentation at [http://nginx.org](http://nginx.org) +for more information. Commercial support and advanced features are available at -<https://www.nginx.com> +[https://www.nginx.com](https://www.nginx.com) ### Securing and Proxying Unit API @@ -932,8 +933,9 @@ server { NGINX Unit is released under the Apache 2.0 license. -To contribute changes, either submit them by email to <unit@nginx.org> or -submit a pull request in the <https://github.com/nginx/unit> repository. +To contribute changes, either submit them by email to +[unit@nginx.org](mailto:unit@nginx.org) or submit a pull request in the +[https://github.com/nginx/unit](https://github.com/nginx/unit) repository. <!-- /section:5 --> @@ -956,7 +958,8 @@ Unit and all modules have to be recompiled and reinstalled after reconfiguring. Please be aware that the debug log size grows very quickly. Community mailing list is available at <unit@nginx.org>. -Subscribe to the mailing list by sending email to <unit-subscribe@nginx.org> or -at <http://mailman.nginx.org/mailman/listinfo/unit>. +Subscribe to the mailing list by sending email to +[unit-subscribe@nginx.org](mailto:unit-subscribe@nginx.org) +or at [here](http://mailman.nginx.org/mailman/listinfo/unit). <!-- /section:6 --> |