Skip to content

Commit ab1f5a3

Browse files
authored
docs: fix links to gitlab releases documentation (#226)
1 parent c4b24f9 commit ab1f5a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# @semantic-release/gitlab
22

33
[**semantic-release**](https://github.com/semantic-release/semantic-release) plugin to publish a
4-
[GitLab release](https://docs.gitlab.com/ce/workflow/releases.html).
4+
[GitLab release](https://docs.gitlab.com/ee/user/project/releases/).
55

66
[![Build Status](https://github.com/semantic-release/gitlab/workflows/Test/badge.svg)](https://github.com/semantic-release/gitlab/actions?query=workflow%3ATest+branch%3Amaster) [![npm latest version](https://img.shields.io/npm/v/@semantic-release/gitlab/latest.svg)](https://www.npmjs.com/package/@semantic-release/gitlab)
77
[![npm next version](https://img.shields.io/npm/v/@semantic-release/gitlab/next.svg)](https://www.npmjs.com/package/@semantic-release/gitlab)
88

99
| Step | Description |
1010
|--------------------|-----------------------------------------------------------------------------------------------------------------------|
1111
| `verifyConditions` | Verify the presence and the validity of the authentication (set via [environment variables](#environment-variables)). |
12-
| `publish` | Publish a [GitLab release](https://docs.gitlab.com/ce/workflow/releases.html). |
12+
| `publish` | Publish a [GitLab release](https://docs.gitlab.com/ee/user/project/releases/). |
1313

1414
## Install
1515

@@ -37,7 +37,7 @@ The plugin can be configured in the [**semantic-release** configuration file](ht
3737
}
3838
```
3939

40-
With this example [GitLab releases](https://docs.gitlab.com/ce/workflow/releases.html) will be published to the `https://custom.gitlab.com` instance.
40+
With this example [GitLab releases](https://docs.gitlab.com/ee/user/project/releases/) will be published to the `https://custom.gitlab.com` instance.
4141

4242
## Configuration
4343

0 commit comments

Comments
 (0)