From 77b3f8b0ad9fcc5b83010cbca908a5741cc9551c Mon Sep 17 00:00:00 2001 From: wen-shuo hsu Date: Tue, 21 Apr 2026 16:42:05 +0200 Subject: [PATCH] update github link Signed-off-by: wen-shuo hsu --- development_guides/devcontainer_docs/devcontainer_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development_guides/devcontainer_docs/devcontainer_guide.md b/development_guides/devcontainer_docs/devcontainer_guide.md index fbd1485f67..848a69224b 100644 --- a/development_guides/devcontainer_docs/devcontainer_guide.md +++ b/development_guides/devcontainer_docs/devcontainer_guide.md @@ -144,7 +144,7 @@ While using the dev container, try and keep in mind the lifecycle of the contain :::{important} This is particularly important when the host machine is inherently ephemeral as well, as the case may be when using cloud based environments such as Codespaces, so be sure to commit and push local changes to a remote repository: -- [The codespace lifecycle](https://docs.github.com/en/codespaces/getting-started/the-codespace-lifecycle) +- [The codespace lifecycle](https://docs.github.com/en/codespaces/about-codespaces/understanding-the-codespace-lifecycle) - Maintain your data throughout the entire codespace lifecycle :::