Update the ACME github repository URL.

This commit is contained in:
Rémy HUBSCHER
2015-12-23 13:54:58 +01:00
committed by Rémy HUBSCHER
parent 0c704fa7f2
commit ebfe1254ea
+4 -4
View File
@@ -1,12 +1,12 @@
"""ACME protocol implementation.
This module is an implementation of the `ACME protocol`_. Latest
supported version: `v02`_.
supported version: `draft-ietf-acme-01`_.
.. _`ACME protocol`: https://github.com/letsencrypt/acme-spec
.. _`ACME protocol`: https://github.com/ietf-wg-acme/acme/
.. _`v02`:
https://github.com/letsencrypt/acme-spec/commit/d328fea2d507deb9822793c512830d827a4150c4
.. _`draft-ietf-acme-01`:
https://github.com/ietf-wg-acme/acme/tree/draft-ietf-acme-acme-01
"""