Skip to content

Commit 11d3464

Browse files
committed
feat: rename 'hal browser' links to 'api browser'
Makes more sense to people who don't know what HAL is.
1 parent 7f913ab commit 11d3464

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/pact_broker/api/renderers/html_pact_renderer.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def pact_metadata
6161
<span class='value'>#{published_date}</span>
6262
</li>
6363
<li>
64-
<a href=\"#{json_url}\">View in HAL Browser</a>
64+
<a href=\"#{json_url}\">View in API Browser</a>
6565
</li>
6666
<li>
6767
<a href=\"/\">Home</a>

lib/pact_broker/ui/views/relationships/show.haml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
%ul
1010
%li.navbar-right
1111
%a{href: '/hal-browser/browser.html'}
12-
HAL Browser
12+
API Browser
1313
.container
1414
%h1.page-header
1515
Pacts

0 commit comments

Comments
 (0)