Skip to content

Commit f402a34

Browse files
committed
manually update a few enteprise-admin paths
1 parent af86438 commit f402a34

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/admin/authentication/changing-authentication-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ versions:
99
---
1010
User accounts on {% data variables.product.product_location %} are preserved when you change the authentication method and users will continue to log into the same account as long as their username doesn't change.
1111

12-
If the new method of authentication changes usernames, new accounts will be created. As an administrator, you can rename users through the site admin settings or by using [the User Administration API](/enterprise/{{currentVersion}}/v3/enterprise-admin/users/#rename-an-existing-user).
12+
If the new method of authentication changes usernames, new accounts will be created. As an administrator, you can rename users through the site admin settings or by using [the User Administration API](/rest/reference/enterprise-admin#update-the-username-for-a-user).
1313

1414
Other issues you should take into consideration include:
1515

content/admin/user-management/migrating-data-to-your-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ curl -H "Authorization: token <em>GITHUB_ACCESS_TOKEN</em>" -X DELETE \
131131

132132
#### Deleting repositories from an organization on {% data variables.product.prodname_dotcom_the_website %}
133133

134-
After unlocking the {% data variables.product.prodname_dotcom_the_website %} organization's repositories, you should delete every repository you previously migrated using [the repository delete endpoint](/enterprise/{{ currentVersion }}/v3/repos/#delete-a-repository). You'll need your access token for authentication:
134+
After unlocking the {% data variables.product.prodname_dotcom_the_website %} organization's repositories, you should delete every repository you previously migrated using [the repository delete endpoint](/rest/reference/repos/#delete-a-repository). You'll need your access token for authentication:
135135
```shell
136136
curl -H "Authorization: token <em>GITHUB_ACCESS_TOKEN</em>" -X DELETE \
137137
https://api.github.com/repos/<em>orgname</em>/<em>repo_name</em>

content/admin/user-management/suspending-and-unsuspending-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ You can create a custom message that suspended users will see when attempting to
9292
```
9393

9494
### Further reading
95-
- "[Suspend a user](/enterprise/{{ currentVersion }}/v3/enterprise-admin/users/#suspend-a-user)"
95+
- "[Suspend a user](/rest/reference/enterprise-admin#suspend-a-user)"

0 commit comments

Comments
 (0)