Skip to content

Commit 7a0c8fd

Browse files
heiskrlecoursen
andauthored
Update learning lab links to skills (#28135)
* Update learning lab links to skills - HOLD til June 6 * Update content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment.md Co-authored-by: Laura Coursen <lecoursen@github.com> * Update content/get-started/onboarding/getting-started-with-your-github-account.md Co-authored-by: Laura Coursen <lecoursen@github.com> Co-authored-by: Laura Coursen <lecoursen@github.com>
1 parent ba408ac commit 7a0c8fd

19 files changed

Lines changed: 22 additions & 22 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ When you're finished with the changes, create a pull request, also known as a PR
7777
Once you submit your PR, a Docs team member will review your proposal. We may ask questions or request for additional information.
7878
- We may ask for changes to be made before a PR can be merged, either using [suggested changes](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/incorporating-feedback-in-your-pull-request) or pull request comments. You can apply suggested changes directly through the UI. You can make any other changes in your fork, then commit them to your branch.
7979
- As you update your PR and apply changes, mark each conversation as [resolved](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request#resolving-conversations).
80-
- If you run into any merge issues, checkout this [git tutorial](https://lab.github.com/githubtraining/managing-merge-conflicts) to help you resolve merge conflicts and other issues.
80+
- If you run into any merge issues, checkout this [git tutorial](https://github.com/skills/resolve-merge-conflicts) to help you resolve merge conflicts and other issues.
8181

8282
### Your PR is merged!
8383

content/developers/github-marketplace/listing-an-app-on-github-marketplace/writing-a-listing-description-for-your-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ You can add more information in the optional "Detailed description" field. You s
166166

167167
### Learn the skills you need
168168

169-
GitHub Learning Lab can help you learn how to use GitHub, communicate more effectively with Markdown, handle merge conflicts, and more.
169+
GitHub Skills can help you learn how to use GitHub, communicate more effectively with Markdown, handle merge conflicts, and more.
170170

171171
- Only capitalize proper nouns.
172172

content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The assignment overview page displays information about your assignment acceptan
142142

143143
## Next steps
144144

145-
- After you create the assignment and your students form teams, team members can start work on the assignment using Git and {% data variables.product.product_name %}'s features. Students can clone the repository, push commits, manage branches, create and review pull requests, address merge conflicts, and discuss changes with issues. Both you and the team can review the commit history for the repository. For more information, see "[Getting started with {% data variables.product.prodname_dotcom %}](/github/getting-started-with-github)," "[Repositories](/repositories)," "[Using Git](/github/getting-started-with-github/using-git)," and "[Collaborating with issues and pull requests](/github/collaborating-with-issues-and-pull-requests)," and the free course on [managing merge conflicts](https://lab.github.com/githubtraining/managing-merge-conflicts) from {% data variables.product.prodname_learning %}.
145+
- After you create the assignment and your students form teams, team members can start work on the assignment using Git and {% data variables.product.product_name %}'s features. Students can clone the repository, push commits, manage branches, create and review pull requests, address merge conflicts, and discuss changes with issues. Both you and the team can review the commit history for the repository. For more information, see "[Getting started with {% data variables.product.prodname_dotcom %}](/github/getting-started-with-github)," "[Repositories](/repositories)," "[Using Git](/github/getting-started-with-github/using-git)," and "[Collaborating with issues and pull requests](/github/collaborating-with-issues-and-pull-requests)," and the free course on [resolving merge conflicts](https://github.com/skills/resolve-merge-conflicts) from {% data variables.product.prodname_learning %}.
146146

147147
- When a team finishes an assignment, you can review the files in the repository, or you can review the history and visualizations for the repository to better understand how the team collaborated. For more information, see "[Visualizing repository data with graphs](/github/visualizing-repository-data-with-graphs)."
148148

content/get-started/onboarding/getting-started-with-github-ae.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Your enterprise members can learn more about Git and {% data variables.product.p
7777
You can read documentation that reflects the features available with {% data variables.product.prodname_ghe_managed %}. For more information, see "[About versions of {% data variables.product.prodname_docs %}](/get-started/learning-about-github/about-versions-of-github-docs)."
7878

7979
### 2. Learning with {% data variables.product.prodname_learning %}
80-
{% data reusables.getting-started.learning-lab-enterprise %}
80+
{% data reusables.getting-started.learning-enterprise %}
8181

8282
### 3. Working with {% data variables.product.prodname_dotcom %} Enterprise Support
8383
{% data reusables.getting-started.contact-support-enterprise %}

content/get-started/onboarding/getting-started-with-github-enterprise-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Members of your organization or enterprise can use GitHub's learning and support
206206
You can read documentation that reflects the features available with {% data variables.product.prodname_ghe_cloud %}. For more information, see "[About versions of {% data variables.product.prodname_docs %}](/get-started/learning-about-github/about-versions-of-github-docs)."
207207

208208
### 2. Learning with {% data variables.product.prodname_learning %}
209-
Members of your organization or enterprise can learn new skills by completing fun, realistic projects in your very own GitHub repository with [{% data variables.product.prodname_learning %}](https://lab.github.com/). Each course is a hands-on lesson created by the GitHub community and taught by the friendly Learning Lab bot.
209+
Members of your organization or enterprise can learn new skills by completing fun, realistic projects in your very own GitHub repository with [{% data variables.product.prodname_learning %}](https://skills.github.com/). Each course is a hands-on lesson created by the GitHub community and taught by a friendly bot.
210210

211211
For more information, see "[Git and {% data variables.product.prodname_dotcom %} learning resources](/github/getting-started-with-github/quickstart/git-and-github-learning-resources)."
212212
### 3. Supporting the open source community

content/get-started/onboarding/getting-started-with-github-enterprise-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Your enterprise members can learn more about Git and {% data variables.product.p
120120
You can read documentation that reflects the features available with {% data variables.product.prodname_ghe_server %}. For more information, see "[About versions of {% data variables.product.prodname_docs %}](/get-started/learning-about-github/about-versions-of-github-docs)."
121121

122122
### 2. Learning with {% data variables.product.prodname_learning %}
123-
{% data reusables.getting-started.learning-lab-enterprise %}
123+
{% data reusables.getting-started.learning-enterprise %}
124124

125125
### 3. Working with {% data variables.product.prodname_dotcom %} Enterprise Support
126126
{% data reusables.getting-started.contact-support-enterprise %}

content/get-started/onboarding/getting-started-with-github-team.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ You can help to make your organization more secure by recommending or requiring
8787
You can read documentation that reflects the features available with {% data variables.product.prodname_team %}. For more information, see "[About versions of {% data variables.product.prodname_docs %}](/get-started/learning-about-github/about-versions-of-github-docs)."
8888

8989
### 4. Learning with {% data variables.product.prodname_learning %}
90-
{% data reusables.getting-started.learning-lab %}
90+
{% data reusables.getting-started.learning %}
9191

9292
### 5. Supporting the open source community
9393
{% data reusables.getting-started.sponsors %}

content/get-started/onboarding/getting-started-with-your-github-account.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ For more information about how to authenticate to {% data variables.product.prod
8181
### 4. Writing on {% data variables.product.product_name %}
8282
To make your communication clear and organized in issues and pull requests, you can use {% data variables.product.prodname_dotcom %} Flavored Markdown for formatting, which combines an easy-to-read, easy-to-write syntax with some custom functionality. For more information, see "[About writing and formatting on {% data variables.product.prodname_dotcom %}](/github/writing-on-github/about-writing-and-formatting-on-github)."
8383

84-
You can learn {% data variables.product.prodname_dotcom %} Flavored Markdown with the "[Communicating using Markdown](https://lab.github.com/githubtraining/communicating-using-markdown)" course on {% data variables.product.prodname_learning %}.
84+
You can learn {% data variables.product.prodname_dotcom %} Flavored Markdown with the "[Communicate using Markdown](https://github.com/skills/communicate-using-markdown)" course on {% data variables.product.prodname_learning %}.
8585

8686
### 5. Searching on {% data variables.product.product_name %}
8787
Our integrated search allows you to find what you are looking for among the many repositories, users and lines of code on {% data variables.product.product_name %}. You can search globally across all of {% data variables.product.product_name %} or limit your search to a particular repository or organization. For more information about the types of searches you can do on {% data variables.product.product_name %}, see "[About searching on {% data variables.product.prodname_dotcom %}](/github/searching-for-information-on-github/getting-started-with-searching-on-github/about-searching-on-github)."
@@ -187,7 +187,7 @@ For more information, see "[Securing your software supply chain](/code-security/
187187
{% data reusables.docs.you-can-read-docs-for-your-product %}
188188

189189
### 4. Learning with {% data variables.product.prodname_learning %}
190-
{% data reusables.getting-started.learning-lab %}
190+
{% data reusables.getting-started.learning %}
191191

192192
{% ifversion fpt or ghec %}
193193
### 5. Supporting the open source community

content/get-started/quickstart/create-a-repo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You can store a variety of projects in {% data variables.product.product_name %}
3333

3434
{% note %}
3535

36-
**Note:** You can create public repositories for an open source project. When creating your public repository, make sure to include a [license file](https://choosealicense.com/) that determines how you want your project to be shared with others. {% data reusables.open-source.open-source-guide-repositories %} {% data reusables.open-source.open-source-learning-lab %}
36+
**Note:** You can create public repositories for an open source project. When creating your public repository, make sure to include a [license file](https://choosealicense.com/) that determines how you want your project to be shared with others. {% data reusables.open-source.open-source-guide-repositories %} {% data reusables.open-source.open-source-learning %}
3737

3838
{% endnote %}
3939

content/get-started/quickstart/fork-a-repo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For more information about applying open source principles to your organization'
4141

4242
When creating your public repository from a fork of someone's project, make sure to include a license file that determines how you want your project to be shared with others. For more information, see "[Choose an open source license](https://choosealicense.com/)" at choosealicense.com.
4343

44-
{% data reusables.open-source.open-source-guide-repositories %} {% data reusables.open-source.open-source-learning-lab %}
44+
{% data reusables.open-source.open-source-guide-repositories %} {% data reusables.open-source.open-source-learning %}
4545

4646
{% endif %}
4747

0 commit comments

Comments
 (0)