Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 7222c65

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent f5d43e1 commit 7222c65

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

content/v3/enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Every Enterprise API endpoint is only accessible to GitHub Enterprise site admin
3333
[basic authentication]: /v3/#basic-authentication
3434
[Management Console]: /v3/enterprise/management_console/
3535
[User Administration]: /v3/users/administration/
36-
[Management Console password]: https://help.github.com/enterprise/2.0/admin/articles/accessing-the-management-console/
36+
[Management Console password]: https://help.github.com/enterprise/admin/articles/accessing-the-management-console/
3737

3838
## Releases
3939

content/v3/users/administration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ You can demote any user account except your own.
127127

128128
{{#warning}}
129129

130-
If your GitHub Enterprise appliance has [LDAP Sync with Active Directory LDAP servers](https://help.github.com/enterprise/2.1/admin/guides/user-management/using-ldap), this API is disabled and will return a `403` response. Users managed by an external account cannot be suspended via the API.
130+
If your GitHub Enterprise appliance has [LDAP Sync with Active Directory LDAP servers](https://help.github.com/enterprise/admin/guides/user-management/using-ldap), this API is disabled and will return a `403` response. Users managed by an external account cannot be suspended via the API.
131131

132132
{{/warning}}
133133

@@ -145,7 +145,7 @@ You can suspend any user account except your own.
145145

146146
{{#warning}}
147147

148-
If your GitHub Enterprise appliance has [LDAP Sync with Active Directory LDAP servers](https://help.github.com/enterprise/2.1/admin/guides/user-management/using-ldap), this API is disabled and will return a `403` response. Users managed by an external account cannot be unsuspended via the API.
148+
If your GitHub Enterprise appliance has [LDAP Sync with Active Directory LDAP servers](https://help.github.com/enterprise/admin/guides/user-management/using-ldap), this API is disabled and will return a `403` response. Users managed by an external account cannot be unsuspended via the API.
149149

150150
{{/warning}}
151151

content/v3/users/emails.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This endpoint is accessible with the user:email scope.
2626

2727
{{#warning}}
2828

29-
If your GitHub Enterprise appliance has [LDAP Sync enabled](https://help.github.com/enterprise/2.1/admin/guides/user-management/using-ldap) and the option to synchronize emails enabled, this API is disabled and will return a `403` response. Users managed in LDAP won't be able to add an email address via the API with these options enabled.
29+
If your GitHub Enterprise appliance has [LDAP Sync enabled](https://help.github.com/enterprise/admin/guides/user-management/using-ldap) and the option to synchronize emails enabled, this API is disabled and will return a `403` response. Users managed in LDAP won't be able to add an email address via the API with these options enabled.
3030

3131
{{/warning}}
3232

@@ -62,7 +62,7 @@ You can post a single email address or an array of addresses:
6262

6363
{{#warning}}
6464

65-
If your GitHub Enterprise appliance has [LDAP Sync enabled](https://help.github.com/enterprise/2.1/admin/guides/user-management/using-ldap) and the option to synchronize emails enabled, this API is disabled and will return a `403` response. Users managed in LDAP won't be able to remove an email address via the API with these options enabled.
65+
If your GitHub Enterprise appliance has [LDAP Sync enabled](https://help.github.com/enterprise/admin/guides/user-management/using-ldap) and the option to synchronize emails enabled, this API is disabled and will return a `403` response. Users managed in LDAP won't be able to remove an email address via the API with these options enabled.
6666

6767
{{/warning}}
6868

content/v3/users/keys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ or OAuth with at least `write:public_key` [scope](/v3/oauth/#scopes).
5353

5454
{{#warning}}
5555

56-
If your GitHub Enterprise appliance has [LDAP Sync enabled](https://help.github.com/enterprise/2.1/admin/guides/user-management/using-ldap) and the option to synchronize SSH keys enabled, this API is disabled and will return a `403` response. Users managed in LDAP won't be able to add an SSH key address via the API with these options enabled.
56+
If your GitHub Enterprise appliance has [LDAP Sync enabled](https://help.github.com/enterprise/admin/guides/user-management/using-ldap) and the option to synchronize SSH keys enabled, this API is disabled and will return a `403` response. Users managed in LDAP won't be able to add an SSH key address via the API with these options enabled.
5757

5858
{{/warning}}
5959

@@ -85,7 +85,7 @@ or via OAuth with at least `admin:public_key` [scope](/v3/oauth/#scopes).
8585

8686
{{#warning}}
8787

88-
If your GitHub Enterprise appliance has [LDAP Sync enabled](https://help.github.com/enterprise/2.1/admin/guides/user-management/using-ldap) and the option to synchronize SSH keys enabled, this API is disabled and will return a `403` response. Users managed in LDAP won't be able to remove an SSH key address via the API with these options enabled.
88+
If your GitHub Enterprise appliance has [LDAP Sync enabled](https://help.github.com/enterprise/admin/guides/user-management/using-ldap) and the option to synchronize SSH keys enabled, this API is disabled and will return a `403` response. Users managed in LDAP won't be able to remove an SSH key address via the API with these options enabled.
8989

9090
{{/warning}}
9191

0 commit comments

Comments
 (0)