8000 docs(users): update Gitlab docs links (#3022) · python-gitlab/python-gitlab@3739b5d · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3739b5d

Browse files
authored
docs(users): update Gitlab docs links (#3022)
1 parent 6fda15d commit 3739b5d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/gl_objects/users.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ References
2323

2424
* GitLab API:
2525

26-
+ https://docs.gitlab.com/ce/api/users.html
26+
+ https://docs.gitlab.com/ee/api/users.html
2727
+ https://docs.gitlab.com/ee/api/projects.html#list-projects-starred-by-a-user
2828

2929
Examples
@@ -170,7 +170,7 @@ References
170170
+ :class:`gitlab.v4.objects.UserImpersonationTokenManager`
171171
+ :attr:`gitlab.v4.objects.User.impersonationtokens`
172172

173-
* GitLab API: https://docs.gitlab.com/ce/api/users.html#get-all-impersonation-tokens-of-a-user
173+
* GitLab API: https://docs.gitlab.com/ee/api/user_tokens.html#get-all-impersonation-tokens-of-a-user
174174

175175
List impersonation tokens for a user::
176176

@@ -204,7 +204,7 @@ References
204204
+ :class:`gitlab.v4.objects.UserProjectManager`
205205
+ :attr:`gitlab.v4.objects.User.projects`
206206

207-
* GitLab API: https://docs.gitlab.com/ee/api/projects.html#list-user-projects
207+
* GitLab API: https://docs.gitlab.com/ee/api/projects.html#list-a-users-projects
208208

209209
List visible projects in the user's namespace::
210210

@@ -229,7 +229,7 @@ References
229229
+ :class:`gitlab.v4.objects.UserMembershipManager`
230230
+ :attr:`gitlab.v4.objects.User.memberships`
231231

232-
* GitLab API: https://docs.gitlab.com/ee/api/users.html#user-memberships
232+
* GitLab API: https://docs.gitlab.com/ee/api/users.html#list-projects-and-groups-that-a-user-is-a-member-of
233233

234234
List direct memberships for a user::
235235

@@ -259,7 +259,7 @@ References
259259
+ :class:`gitlab.v4.objects.CurrentUserManager`
260260
+ :attr:`gitlab.Gitlab.user`
261261

262-
* GitLab API: https://docs.gitlab.com/ce/api/users.html
262+
* GitLab API: https://docs.gitlab.com/ee/api/users.html
263263

264264
Examples
265265
--------
@@ -287,7 +287,7 @@ are admin.
287287
+ :class:`gitlab.v4.objects.UserGPGKeyManager`
288288
+ :attr:`gitlab.v4.objects.User.gpgkeys`
289289

290-
* GitLab API: https://docs.gitlab.com/ce/api/users.html#list-all-gpg-keys
290+
* GitLab API: https://docs.gitlab.com/ee/api/user_keys.html#list-your-gpg-keys
291291

292292
Examples
293293
--------
@@ -329,7 +329,7 @@ are admin.
329329
+ :class:`gitlab.v4.objects.UserKeyManager`
330330
+ :attr:`gitlab.v4.objects.User.keys`
331331

332-
* GitLab API: https://docs.gitlab.com/ce/api/users.html#list-ssh-keys
332+
* GitLab API: https://docs.gitlab.com/ee/api/user_keys.html#get-a-single-ssh-key
333333

334334
Examples
335335
--------
@@ -370,7 +370,7 @@ You can manipulate the status for the current user and you can read the status o
370370
+ :class:`gitlab.v4.objects.UserStatusManager`
371371
+ :attr:`gitlab.v4.objects.User.status`
372372

373-
* GitLab API: https://docs.gitlab.com/ce/api/users.html#user-status
373+
* GitLab API: https://docs.gitlab.com/ee/api/users.html#get-the-status-of-a-user
374374

375375
Examples
376376
--------
@@ -408,7 +408,7 @@ are admin.
408408
+ :class:`gitlab.v4.objects.UserEmailManager`
409409
+ :attr:`gitlab.v4.objects.User.emails`
410410

411-
* GitLab API: https://docs.gitlab.com/ce/api/users.html#list-emails
411+
* GitLab API: https://docs.gitlab.com/ee/api/user_email_addresses.html
412412

413413
Examples
414414
--------
@@ -445,7 +445,7 @@ References
445445
+ :class:`gitlab.v4.objects.UserActivitiesManager`
446446
+ :attr:`gitlab.Gitlab.user_activities`
447447

448-
* GitLab API: https://docs.gitlab.com/ce/api/users.html#get-user-activities-admin-only
448+
* GitLab API: https://docs.gitlab.com/ee/api/users.html#list-a-users-activity
449449

450450
Examples
451451
--------
@@ -471,7 +471,7 @@ References
471471
+ :class:`gitlab.v4.objects.CurrentUserRunnerManager`
472472
+ :attr:`gitlab.Gitlab.user.runners`
473473

474-
* GitLab API : https://docs.gitlab.com/ee/api/users.html#create-a-runner
474+
* GitLab API : https://docs.gitlab.com/ee/api/users.html#create-a-runner-linked-to-a-user
475475

476476
Examples
477477
--------
@@ -512,4 +512,4 @@ Create a project runner::
512512
"run_untagged": True,
513513
"tag_list": ["linux", "docker", "testing"],
514514
"access_level": "not_protected"
515-
})
515+
})

0 commit comments

Comments
 (0)
0