From 0dfddc9de23d4e8d412b20d733a246c5bc642dc2 Mon Sep 17 00:00:00 2001 From: hubwriter Date: Fri, 1 Apr 2022 10:37:46 +0100 Subject: [PATCH] Update development.md --- contributing/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/development.md b/contributing/development.md index 62aa369c757f..3cd1373b9543 100644 --- a/contributing/development.md +++ b/contributing/development.md @@ -32,7 +32,7 @@ Note that `npm ci` and `npm run build` are steps that should typically only need ### Using GitHub Codespaces -As an alternative, you can simply use [GitHub Codespaces](https://github.com/features/codespaces). +As an alternative, you can simply use [GitHub Codespaces](https://docs.github.com/en/codespaces/overview). For more information about using a codespace for working on GitHub documentation, see "[Working in a codespace](https://github.com/github/docs/blob/main/contributing/codespace.md)." In a matter of minutes, you will be ready to edit, preview and test your changes directly from the comfort of your browser.