diff --git a/tutorial/content/labs/introduction/_index.md b/tutorial/content/labs/introduction/_index.md index 0e51735..285f753 100644 --- a/tutorial/content/labs/introduction/_index.md +++ b/tutorial/content/labs/introduction/_index.md @@ -68,3 +68,14 @@ In Gitpod the path will be: /workspace/otel-getting-started main $ ``` +In GitHub codespaces the path will look however like: + +``` +workspaces/otel-getting-started $ +``` + +Whereas in your local VSCode the path is only called: + +``` +/workspace +``` \ No newline at end of file