Skip to content

Commit

Permalink
feat: rename 'hal browser' links to 'api browser'
Browse files Browse the repository at this point in the history
Makes more sense to people who don't know what HAL is.
  • Loading branch information
bethesque committed Oct 17, 2017
1 parent 7f913ab commit 11d3464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pact_broker/api/renderers/html_pact_renderer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def pact_metadata
<span class='value'>#{published_date}</span>
</li>
<li>
<a href=\"#{json_url}\">View in HAL Browser</a>
<a href=\"#{json_url}\">View in API Browser</a>
</li>
<li>
<a href=\"/\">Home</a>
Expand Down
2 changes: 1 addition & 1 deletion lib/pact_broker/ui/views/relationships/show.haml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
%ul
%li.navbar-right
%a{href: '/hal-browser/browser.html'}
HAL Browser
API Browser
.container
%h1.page-header
Pacts
Expand Down

0 comments on commit 11d3464

Please sign in to comment.