Skip to content

Commit 3c5703e

Browse files
author
Adam Janis
committed
fix: readme link
1 parent c4662c7 commit 3c5703e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/r/group.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The resource exports the following attributes:
6060
## Importing groups
6161

6262
You can import a group state using `terraform import <resource> <id>`. The
63-
`id` can be whatever the [details of a group](details_of_a_group) api takes for
63+
`id` can be whatever the [details of a group][details_of_a_group] api takes for
6464
its `:id` value, so for example:
6565

6666
terraform import gitlab_group.example example

website/docs/r/project.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The following additional attributes are exported:
6767
## Importing projects
6868

6969
You can import a project state using `terraform import <resource> <id>`. The
70-
`id` can be whatever the [get single project api](get_single_project) takes for
70+
`id` can be whatever the [get single project api][get_single_project] takes for
7171
its `:id` value, so for example:
7272

7373
terraform import gitlab_project.example richardc/example

0 commit comments

Comments
 (0)