Skip to content

Commit f5149ec

Browse files
authored
Merge pull request #270 from RyPeck/gitlab-doc-fix
Fix broken links to GitLab Docs for labels
2 parents 02b1bd3 + aa32205 commit f5149ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/r/group_label.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: |-
1010

1111
This resource allows you to create and manage labels for your GitLab groups.
1212
For further information on labels, consult the [gitlab
13-
documentation](https://docs.gitlab.com/ee/user/group/labels.htm).
13+
documentation](https://docs.gitlab.com/ee/user/project/labels.html#group-labels).
1414

1515

1616
## Example Usage

website/docs/r/label.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: |-
1010

1111
This resource allows you to create and manage labels for your GitLab projects.
1212
For further information on labels, consult the [gitlab
13-
documentation](https://docs.gitlab.com/ee/user/project/labels.htm).
13+
documentation](https://docs.gitlab.com/ee/user/project/labels.html#project-labels).
1414

1515

1616
## Example Usage

0 commit comments

Comments
 (0)