From cf531edbed524996ff94aecf6999c9fadabab43f Mon Sep 17 00:00:00 2001 From: Madison Swain-Bowden Date: Wed, 4 May 2022 16:02:20 -0700 Subject: [PATCH] Add HTTPS doc to table of contents, fix warning --- api/docs/guides/index.md | 1 + api/docs/guides/publish.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/api/docs/guides/index.md b/api/docs/guides/index.md index 613f5dce4..25aa56785 100644 --- a/api/docs/guides/index.md +++ b/api/docs/guides/index.md @@ -10,6 +10,7 @@ quickstart run test +https document publish deploy diff --git a/api/docs/guides/publish.md b/api/docs/guides/publish.md index 0ddff3c09..5709bdf88 100644 --- a/api/docs/guides/publish.md +++ b/api/docs/guides/publish.md @@ -1,6 +1,6 @@ # Publish -The production API and ingestion server Docker images are published to [Github Container Registry](ghcr.io). +The production API and ingestion server Docker images are published to [Github Container Registry](https://ghcr.io). They can be found here: * API: [ghcr.io/wordpress/openverse-api](https://ghcr.io/wordpress/openverse-api) * Ingestion server: [ghcr.io/wordpress/openverse-ingestion_server](https://ghcr.io/wordpress/openverse-ingestion_server)