diff --git a/assets/images/help/classroom/student-codespaces-readme-link.png b/assets/images/help/classroom/student-codespaces-readme-link.png index c0b4a6897ad0..57372089564c 100644 Binary files a/assets/images/help/classroom/student-codespaces-readme-link.png and b/assets/images/help/classroom/student-codespaces-readme-link.png differ diff --git a/assets/images/help/classroom/student-launch-new-codespace.png b/assets/images/help/classroom/student-launch-new-codespace.png index 991475bd8074..4405cee983fa 100644 Binary files a/assets/images/help/classroom/student-launch-new-codespace.png and b/assets/images/help/classroom/student-launch-new-codespace.png differ diff --git a/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/using-github-codespaces-with-github-classroom.md b/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/using-github-codespaces-with-github-classroom.md index 54852683155c..d2d9a09f0165 100644 --- a/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/using-github-codespaces-with-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/using-github-codespaces-with-github-classroom.md @@ -81,7 +81,7 @@ When a student opens an assignment, the repository's README file includes their ![Screenshot of the Codespaces note in the README for a student assignment repository](/assets/images/help/classroom/student-codespaces-readme-link.png) -Students can launch a new or existing codespace by clicking the **{% octicon "code" aria-label="The code icon" %} Code** button on the main page of the assignment repository, then selecting the **Codespaces** tab. For more information, see "[Creating a codespace](/codespaces/developing-in-codespaces/creating-a-codespace#creating-a-codespace)." +Students can launch a new or existing codespace by clicking the **Open in GitHub Codespace** button in the README, or by clicking the **{% octicon "code" aria-label="The code icon" %} Code** button on the main page of the assignment repository, then selecting the **Codespaces** tab. From the **Codespaces** tab you can select an existing codespace or create a new one. For more information, see "[Creating a codespace](/codespaces/developing-in-codespaces/creating-a-codespace#creating-a-codespace)." ![Launch new codespace in assignment repository](/assets/images/help/classroom/student-launch-new-codespace.png)