From 120f22b400a29609fa7691ca04c5ce87969d8f0a Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Sun, 22 Dec 2024 18:43:54 +0700 Subject: [PATCH] docs(devops-guide/docker): format intended links Text-to-Speech --- docs/devops-guide/docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/devops-guide/docker.md b/docs/devops-guide/docker.md index 664fcf67d..8c3fd5e78 100644 --- a/docs/devops-guide/docker.md +++ b/docs/devops-guide/docker.md @@ -661,7 +661,7 @@ Variable | Description | Default `JIGASI_TRANSCRIBER_WHISPER_PRIVATE_KEY_NAME` | Private Key ID of the private key to use with whisper `JIGASI_TRANSCRIBER_WHISPER_PRIVATE_KEY` | Private Key material to use with whisper, without newlines or START/END delimiters -For setting the Google Cloud Credentials please read https://cloud.google.com/text-to-speech/docs/quickstart-protocol> section "Before you begin" paragraph 1 to 5. +For setting the Google Cloud Credentials please read https://cloud.google.com/text-to-speech/docs/quickstart-protocol > section "Before you begin" paragraph 1 to 5. ### Sentry logging configuration @@ -871,7 +871,7 @@ By default, the `HTTP_PORT` and `HTTPS_PORT` are binding to any ip address, so a - '127.0.0.1:${HTTP_PORT}:80' - '127.0.0.1:${HTTPS_PORT}:443' ``` -insteaf of +instead of ```yaml - '${HTTP_PORT}:80' - '${HTTPS_PORT}:443'