Skip to content

Commit b6a302d

Browse files
remove broken link to docs.
1 parent 41949df commit b6a302d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/full-day/3-codespaces.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
One of the biggest challenges organizations face is onboarding new developers to projects. There are libraries to install, services to configure, version issues, obscure error messages... It can literally take days to get everything running before a developer is able to write their first line of code. [GitHub Codespaces][codespaces] is built to streamline this entire process. You can configure a container for development which your developers can access with just a couple of clicks from basically anywhere in the world. The container runs in the cloud, has everything already setup, and ready to go. Instead of days your developers can start writing code in seconds.
77

8-
GitHub Codespaces allows you to develop using the cloud-based container and Visual Studio Code in your browser window, meaning no local installation is required; you can do development with a tablet and a keyboard! You can also connect your local instance of [Visual Studio Code][vscode-codespaces] or [JetBrains IDE][jetbrains-codespaces]
8+
GitHub Codespaces allows you to develop using the cloud-based container and Visual Studio Code in your browser window, meaning no local installation is required; you can do development with a tablet and a keyboard! You can also connect your local instance of [Visual Studio Code][vscode-codespaces].
99

1010
Let's explore how to create and configure a codespaces for your project, and see how you can develop in your browser.
1111

@@ -168,7 +168,6 @@ Congratulations! You have now defined a custom development environment including
168168
[github-universal-container]: https://docs.github.com/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers#using-the-default-dev-container-configuration
169169
[github-universal-container-definition]: https://github.com/devcontainers/images/blob/main/src/universal/.devcontainer/Dockerfile
170170
[IDE]: https://en.wikipedia.org/wiki/Integrated_development_environment
171-
[jetbrains-codespaces]: https://docs.github.com/en/codespaces/developing-in-codespaces/using-github-codespaces-in-your-jetbrains-ide
172171
[skills-codespaces]: https://github.com/skills/code-with-codespaces
173172
[vscode-codespaces]: https://docs.github.com/en/codespaces/developing-in-codespaces/using-github-codespaces-in-visual-studio-code
174173
[vscode-extensions]: https://code.visualstudio.com/docs/editor/extension-marketplace

0 commit comments

Comments
 (0)