From f1f8a493a0c920d775a0311d94e9a3d98911d27f Mon Sep 17 00:00:00 2001 From: Till Maas Date: Tue, 27 Oct 2015 20:09:59 +0100 Subject: [PATCH 1/2] Directly link to contributing docs in README --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 769bc7a8f..d3e89c939 100644 --- a/README.rst +++ b/README.rst @@ -110,7 +110,7 @@ Documentation: https://letsencrypt.readthedocs.org Software project: https://github.com/letsencrypt/letsencrypt -Notes for developers: CONTRIBUTING.md_ +Notes for developers: https://letsencrypt.readthedocs.org/en/latest/contributing.html Main Website: https://letsencrypt.org/ @@ -123,4 +123,3 @@ email to client-dev+subscribe@letsencrypt.org) .. _Freenode: https://freenode.net .. _client-dev: https://groups.google.com/a/letsencrypt.org/forum/#!forum/client-dev -.. _CONTRIBUTING.md: https://github.com/letsencrypt/letsencrypt/blob/master/CONTRIBUTING.md From e5f06bacbd5d7d4e050ecfc7d844d2fe1941c2dc Mon Sep 17 00:00:00 2001 From: Till Maas Date: Tue, 27 Oct 2015 20:10:47 +0100 Subject: [PATCH 2/2] Add missing newline to standalone README --- acme/examples/standalone/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acme/examples/standalone/README b/acme/examples/standalone/README index 89bc5d74e..8bb0fad97 100644 --- a/acme/examples/standalone/README +++ b/acme/examples/standalone/README @@ -1,2 +1,2 @@ python -m acme.standalone -p 1234 -curl -k https://localhost:1234 \ No newline at end of file +curl -k https://localhost:1234