From 3fa23f8ce4e08ec011d1a66fe3256c1a8037ca79 Mon Sep 17 00:00:00 2001 From: Aaron Prindle Date: Mon, 6 Feb 2023 18:52:26 +0000 Subject: [PATCH] docs: fix issue where debug.md link was not rendered properly --- docs-v2/content/en/docs/workflows/debug.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-v2/content/en/docs/workflows/debug.md b/docs-v2/content/en/docs/workflows/debug.md index 249f1954a90..c2c0726dbc1 100644 --- a/docs-v2/content/en/docs/workflows/debug.md +++ b/docs-v2/content/en/docs/workflows/debug.md @@ -16,7 +16,7 @@ Debugging is currently supported for five language runtimes. - Python 3.5+ (runtime ID: `python`) using `debugpy` (Debug Adapter Protocol) or `pydevd` - .NET Core (runtime ID: `netcore`) using `vsdbg` (only for VS Code) -Skaffold can usually detect the correct language runtime if present. However if you encounter difficulties then checkout the [Supported Language Runtimes]({{< relref "#supported-language-runtimes">}}) section for the exact heuristics that Skaffold uses and you can modify your application accordingly, or read about [how you can manually configure your container image]({{relref "#can-images-be-debugged-without-the-runtime-support-images"}}). +Skaffold can usually detect the correct language runtime if present. However if you encounter difficulties then checkout the [Supported Language Runtimes]({{< relref "#supported-language-runtimes">}}) section for the exact heuristics that Skaffold uses and you can modify your application accordingly, or read about [how you can manually configure your container image]({{< relref "#can-images-be-debugged-without-the-runtime-support-images" >}}). ## (Recommended) Debugging using Cloud Code @@ -426,7 +426,7 @@ binary or launch script (i.e., a `pip`-generated launcher script such as `gunico Skaffold cannot debug Go and Python applications that use user-created shell scripts, or that use shell constructs like `exec` or `eval`. Either rewrite your container image command-line or -[manually configure your container for debugging]({{ relref "#can-images-be-debugged-without-the-runtime-support-images" }}). +[manually configure your container for debugging]({{< relref "#can-images-be-debugged-without-the-runtime-support-images" >}}). For example: ``` ❌ CMD launch.sh