mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fixed a broken link on integrations.ejs (#14314)
Fixed a broken link on `/integrations`: https://docs.gitlab.com/ee/ci/
This commit is contained in:
parent
a223cbc5c2
commit
ee02782eaf
1 changed files with 1 additions and 1 deletions
2
website/views/pages/integrations.ejs
vendored
2
website/views/pages/integrations.ejs
vendored
|
|
@ -115,7 +115,7 @@
|
|||
</p>
|
||||
<div purpose="integration-card-buttons" class="d-flex flex-row justify-content-between">
|
||||
<a target="_blank" href="https://about.gitlab.com/">Learn more</a>
|
||||
<a purpose="animated-arrow-button-red" target="_blank" href="https://docs.gitlab.com/ee/ci/)">Docs</a>
|
||||
<a purpose="animated-arrow-button-red" target="_blank" href="https://docs.gitlab.com/ee/ci/">Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue