From 70e035b1266af11bfc77c5c2f9013cbb1d1bf9ee Mon Sep 17 00:00:00 2001 From: Xuan Hu Date: Thu, 15 Feb 2024 12:33:57 +0000 Subject: [PATCH] typo. --- docs/dev/dev-containers.md | 2 +- template/docs/dev/dev-containers.md.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev/dev-containers.md b/docs/dev/dev-containers.md index a0401e95..12070cbd 100644 --- a/docs/dev/dev-containers.md +++ b/docs/dev/dev-containers.md @@ -35,7 +35,7 @@ Dev Containers: Clean Up Dev Containers... ### Open the repository in an isolated container volume -You may already notice the badge [![Open in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/serious-scaffold/ss-python) in the [Overview](/index.md) page. you can click the badge or [this link](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/serious-scaffold/ss-python) to set up everything needed for the Dev Container experience, including cloning the source code into a container volume. +You may already notice the badge [![Open in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/serious-scaffold/ss-python) in the [Overview](/index.md) page. You can click the badge or [this link](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/serious-scaffold/ss-python) to set up everything needed for the Dev Container experience, including cloning the source code into a container volume. ## Reference diff --git a/template/docs/dev/dev-containers.md.jinja b/template/docs/dev/dev-containers.md.jinja index 8692c620..15c62de0 100644 --- a/template/docs/dev/dev-containers.md.jinja +++ b/template/docs/dev/dev-containers.md.jinja @@ -35,7 +35,7 @@ Dev Containers: Clean Up Dev Containers... ### Open the repository in an isolated container volume -You may already notice the badge [![Open in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/{{ repo_namespace }}/{{ repo_name }}) in the [Overview](/index.md) page. you can click the badge or [this link](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/{{ repo_namespace }}/{{ repo_name }}) to set up everything needed for the Dev Container experience, including cloning the source code into a container volume. +You may already notice the badge [![Open in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/{{ repo_namespace }}/{{ repo_name }}) in the [Overview](/index.md) page. You can click the badge or [this link](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/{{ repo_namespace }}/{{ repo_name }}) to set up everything needed for the Dev Container experience, including cloning the source code into a container volume. ## Reference