Skip to content

Commit

Permalink
fix(angular): fix headless doc links (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
olamothe authored Mar 31, 2021
1 parent 0be987e commit c574fda
Showing 1 changed file with 2 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,22 +102,11 @@ <h2 class="mt-4 mb-0">Where Do I Start?</h2>
<a
mat-button
color="accent"
href="https://docs.coveo.com/en/headless/latest/usage/"
href="https://docs.coveo.com/headless"
target="_blank"
rel="noopener"
>
Learn the basics of the Headless library
</a>
</li>
<li>
<a
mat-button
color="accent"
href="https://docs.coveo.com/en/headless/latest/reference/"
target="_blank"
rel="noopener"
>
Coveo Headless Reference section
Learn about Coveo Headless
</a>
</li>
</ul>
Expand Down

0 comments on commit c574fda

Please sign in to comment.