Several misc edits, todo updates

This commit is contained in:
kn0wmad
2022-01-17 18:02:22 -07:00
committed by Lucy Cifferello
parent 82c5c56d7d
commit c4232861aa
6 changed files with 12 additions and 28 deletions

View File

@@ -44,7 +44,7 @@ A session is simply a logged-in connection to your Embassy. You can view your :
Service Container
-----------------
Each service is compartmentalilzed into its own "container," at this time, this normally means a `Docker <docker.com>`_ container. There are several reasons for this, including security, ease of use, and maintenance.
Each service is compartmentalilzed into its own "container," at this time, this normally means a `Docker <https://docker.com>`_ container. There are several reasons for this, including security, ease of use, and maintenance.
.. _service-dependencies: