Skip to content

Commit

Permalink
Merge pull request #1080 from tshakah/patch-1
Browse files Browse the repository at this point in the history
Fix link to JS reference
  • Loading branch information
orta committed Nov 3, 2020
2 parents 9b28d2d + 109fa2f commit 36f636f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/gitlab.html.md
Expand Up @@ -25,7 +25,7 @@ if (danger.gitlab.mr.title.includes("WIP")) {
}
```

The DSL is expansive, you can see all the details inside the [Danger JS Reference][ref], but the TLDR is:
The DSL is expansive, you can see all the details inside the [Danger JS Reference](https://danger.systems/js/reference.html), but the TLDR is:

```ts
danger.gitlab.
Expand Down

0 comments on commit 36f636f

Please sign in to comment.