diff --git a/CHANGES.rst b/CHANGES.rst index 741d9bc7c..3ed13041b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ ChangeLog Please note: the change log will only get updated after first release - for now please use the -`commit log `_. +`commit log `_. Release 0.1.0 (not released yet) diff --git a/Dockerfile b/Dockerfile index 78aa7a75b..479aa4e85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# https://github.com/letsencrypt/lets-encrypt-preview/pull/431#issuecomment-103659297 +# https://github.com/letsencrypt/letsencrypt/pull/431#issuecomment-103659297 # it is more likely developers will already have ubuntu:trusty rather # than e.g. debian:jessie and image size differences are negligible FROM ubuntu:trusty diff --git a/LICENSE.txt b/LICENSE.txt index d3c19bbd1..5a9f6fa55 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Let's Encrypt Preview: +Let's Encrypt: Copyright (c) Internet Security Research Group Licensed Apache Version 2.0 diff --git a/README.rst b/README.rst index 784e06436..7c98999e8 100644 --- a/README.rst +++ b/README.rst @@ -45,16 +45,16 @@ server automatically!:: :target: https://travis-ci.org/letsencrypt/letsencrypt :alt: Travis CI status -.. |coverage| image:: https://coveralls.io/repos/letsencrypt/lets-encrypt-preview/badge.svg?branch=master - :target: https://coveralls.io/r/letsencrypt/lets-encrypt-preview +.. |coverage| image:: https://coveralls.io/repos/letsencrypt/letsencrypt/badge.svg?branch=master + :target: https://coveralls.io/r/letsencrypt/letsencrypt :alt: Coverage status .. |docs| image:: https://readthedocs.org/projects/letsencrypt/badge/ :target: https://readthedocs.org/projects/letsencrypt/ :alt: Documentation status -.. |container| image:: https://quay.io/repository/letsencrypt/lets-encrypt-preview/status - :target: https://quay.io/repository/letsencrypt/lets-encrypt-preview +.. |container| image:: https://quay.io/repository/letsencrypt/letsencrypt/status + :target: https://quay.io/repository/letsencrypt/letsencrypt :alt: Docker Repository on Quay.io .. _`installation instructions`: diff --git a/docs/contributing.rst b/docs/contributing.rst index 804cec95c..05a6875fe 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -97,7 +97,7 @@ Configurators may implement just one of those). There are also `~letsencrypt.interfaces.IDisplay` plugins, which implement bindings to alternative UI libraries. -.. _interfaces.py: https://github.com/letsencrypt/lets-encrypt-preview/blob/master/letsencrypt/interfaces.py +.. _interfaces.py: https://github.com/letsencrypt/letsencrypt/blob/master/letsencrypt/interfaces.py Authenticators diff --git a/docs/pkgs.rst b/docs/pkgs.rst index 8119ffc7e..2e1b18dfb 100644 --- a/docs/pkgs.rst +++ b/docs/pkgs.rst @@ -6,7 +6,7 @@ Packages described in `#358`_. For the time being those packages are bundled together into a single repo, and single documentation. -.. _`#358`: https://github.com/letsencrypt/lets-encrypt-preview/issues/358 +.. _`#358`: https://github.com/letsencrypt/letsencrypt/issues/358 .. toctree:: :glob: diff --git a/docs/using.rst b/docs/using.rst index 96eb62b05..951c991d2 100644 --- a/docs/using.rst +++ b/docs/using.rst @@ -14,7 +14,7 @@ server that the domain your requesting a cert for resolves to, sudo docker run -it --rm -p 443:443 --name letsencrypt \ -v "/etc/letsencrypt:/etc/letsencrypt" \ -v "/var/lib/letsencrypt:/var/lib/letsencrypt" \ - quay.io/letsencrypt/lets-encrypt-preview:latest + quay.io/letsencrypt/letsencrypt:latest and follow the instructions. Your new cert will be available in ``/etc/letsencrypt/certs``. @@ -30,8 +30,8 @@ Please `install Git`_ and run the following commands: .. code-block:: shell - git clone https://github.com/letsencrypt/lets-encrypt-preview - cd lets-encrypt-preview + git clone https://github.com/letsencrypt/letsencrypt + cd letsencrypt Alternatively you could `download the ZIP archive`_ and extract the snapshot of our repository, but it's strongly recommended to use the @@ -39,7 +39,7 @@ above method instead. .. _`install Git`: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git .. _`download the ZIP archive`: - https://github.com/letsencrypt/lets-encrypt-preview/archive/master.zip + https://github.com/letsencrypt/letsencrypt/archive/master.zip Prerequisites @@ -76,7 +76,7 @@ For squeeze you will need to: - Use ``virtualenv --no-site-packages -p python`` instead of ``-p python2``. -.. _`#280`: https://github.com/letsencrypt/lets-encrypt-preview/issues/280 +.. _`#280`: https://github.com/letsencrypt/letsencrypt/issues/280 Mac OSX