sonatype-nexus-community / search-maven-org

Apache License 2.0
480 stars 141 forks source link

adds link to api guide url #136

Closed ArjunDandagi closed 4 years ago

ArjunDandagi commented 4 years ago

(brief, plain english overview of your changes here)

This pull request makes the following changes:

changing json to point to api guide url "smoAPIGuideUrl": "https://search.maven.org/classic/#api"

<a href="{{ smoAPIGuideUrl }}"
   i18n-matTooltip matTooltip="API Guide"
   target="_blank"
   class="classic-search-link"
   i18n>
   API Guide
  <mat-icon>open_in_new</mat-icon>
</a>

(If there are changes to the UI, please include a screenshot so we know what to look for!) Adds a link to API GUIDE url

(If there are changes to user behavior in general, please make sure to update the docs, as well)

It relates to the following issue #s:

Fixes #X Fixes #127

ArjunDandagi commented 4 years ago

:(