diff --git a/README.rst b/README.rst index 438ad2f0..6a1e3d82 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,8 @@ managed through version control and automatically validated. Deckhand provides users with a variety of different document types that describe complex configurations using the features listed below. -Find more documentation for Deckhand on `Read the Docs `_. +Find more documentation for Deckhand on +`Read the Docs `_. Core Responsibilities ===================== @@ -33,7 +34,7 @@ Getting Started =============== For more detailed installation and setup information, please refer to the -`Getting Started `_ +`Getting Started `_ guide. Testing @@ -89,17 +90,17 @@ Deckhand has the following integration points: Though, being a low-level service, has many other UCP services that integrate with it, including: - * `Drydock `_ is orchestrated by + * `Drydock `_ is orchestrated by Shipyard to perform bare metal node provisioning. - * `Promenade `_ is indirectly + * `Promenade `_ is indirectly orchestrated by Shipyard to configure and join Kubernetes nodes. - * `Armada `_ is orchestrated by + * `Armada `_ is orchestrated by Shipyard to deploy and test Kubernetes workloads. Further Reading =============== -`Airship `_. +`Airship `_. -.. |Doc Status| image:: https://readthedocs.org/projects/deckhand/badge/?version=latest - :target: http://deckhand.readthedocs.io/ +.. |Doc Status| image:: https://readthedocs.org/projects/airship-deckhand/badge/?version=latest + :target: https://airship-deckhand.readthedocs.io/ diff --git a/doc/source/images/architecture-pegleg.png b/doc/source/images/architecture-pegleg.png index ace94678..173c7aef 100644 Binary files a/doc/source/images/architecture-pegleg.png and b/doc/source/images/architecture-pegleg.png differ diff --git a/doc/source/images/architecture.png b/doc/source/images/architecture.png index a3457bb0..2f316356 100644 Binary files a/doc/source/images/architecture.png and b/doc/source/images/architecture.png differ diff --git a/doc/source/replacement.rst b/doc/source/replacement.rst index 30fe58af..bfd7fa8a 100644 --- a/doc/source/replacement.rst +++ b/doc/source/replacement.rst @@ -232,7 +232,7 @@ separate file and Pegleg can either reference *only* the parent document if log debugging needs to be enabled or *both* documents if log debugging needs to be disabled. This pattern allows data duplication to be lessened. -.. _Pegleg: http://pegleg.readthedocs.io/en/latest/ +.. _Pegleg: https://airship-pegleg.readthedocs.io/en/latest/ How It Works ------------