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:
Mike Thomas 2023-10-05 13:21:43 +09:00 committed by GitHub
parent a223cbc5c2
commit ee02782eaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>