Skip to content

Commit ac95c4e

Browse files
committed
fix image paths in moved GitLab auth guide
Signed-off-by: mcnesium <[email protected]>
1 parent c03b42d commit ac95c4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/auth/gitlab-self-hosted.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
2. Navigate to the application management page at `https://your.gitlab.domain/admin/applications` (admin permissions required)
88
3. Click **New application** to create a new application and fill out the registration form:
99

10-
![New GitLab application](images/auth/gitlab-new-application.png)
10+
![New GitLab application](../images/auth/gitlab-new-application.png)
1111

1212
4. Click **Submit**
1313
5. In the list of applications select **HackMD**. Leave that site open to copy the application ID and secret in the next step.
1414

15-
![Application: HackMD](images/auth/gitlab-application-details.png)
15+
![Application: HackMD](../images/auth/gitlab-application-details.png)
1616

1717

1818
6. In the `docker-compose.yml` add the following environment variables to `app:` `environment:`
@@ -29,4 +29,4 @@
2929
7. Run `docker-compose up -d` to apply your settings.
3030
8. Sign in to your HackMD using your GitLab ID:
3131

32-
![Sign in via GitLab](images/auth/gitlab-sign-in.png)
32+
![Sign in via GitLab](../images/auth/gitlab-sign-in.png)

0 commit comments

Comments
 (0)