Skip to content

Commit ca65e87

Browse files
authored
Merge branch 'main' into repo-sync
2 parents 35df4a9 + b1529fd commit ca65e87

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-at-your-educational-institution/about-github-campus-program.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ shortTitle: GitHub Campus Program
1919
- Exclusive access to new features, GitHub Education-specific swag, and free developer tools from {% data variables.product.prodname_dotcom %} partners
2020
- Automated access to premium {% data variables.product.prodname_education %} features, like the {% data variables.product.prodname_student_pack %}
2121

22-
To read about how GitHub is used by educators, see [GitHub Education stories.](https://education.github.com/stories)
22+
To read about how GitHub is used by educators, see [GitHub Education stories](https://education.github.com/stories).
2323

2424
## {% data variables.product.prodname_campus_program %} terms and conditions
2525

@@ -32,7 +32,7 @@ To read about how GitHub is used by educators, see [GitHub Education stories.](h
3232
- New organizations in your enterprise are automatically added to your enterprise account. To add organizations that existed before your school joined the {% data variables.product.prodname_campus_program %}, please contact [GitHub Education Support](https://support.github.com/contact/education). For more information about administrating your enterprise, see the [enterprise administrators documentation](/admin). New organizations in your enterprise are automatically added to your enterprise account. To add organizations that existed before your school joined the {% data variables.product.prodname_campus_program %}, please contact GitHub Education Support.
3333

3434

35-
To read more about {% data variables.product.prodname_dotcom %}'s privacy practices, see ["Global Privacy Practices"](/github/site-policy/global-privacy-practices)
35+
To read more about {% data variables.product.prodname_dotcom %}'s privacy practices, see ["Global Privacy Practices"](/github/site-policy/global-privacy-practices).
3636

3737
## {% data variables.product.prodname_campus_program %} Application Eligibility
3838

content/graphql/guides/using-global-node-ids.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ topics:
1212
- API
1313
---
1414

15-
You can access most objects in GitHub (users, issues, pull requests, etc.) using either the REST API or the GraphQL API. With a [recent update](https://developer.github.com/changes/2017-12-19-graphql-node-id/), you can find the **global node ID** of many objects from within the REST API and use these IDs in your GraphQL operations.
15+
You can access most objects in GitHub (users, issues, pull requests, etc.) using either the REST API or the GraphQL API. You can find the **global node ID** of many objects from within the REST API and use these IDs in your GraphQL operations. For more information, see "[Preview GraphQL API v4 Node IDs in REST API v3 resources](https://developer.github.com/changes/2017-12-19-graphql-node-id/)."
1616

1717
{% note %}
1818

0 commit comments

Comments
 (0)