Skip to content

Commit

Permalink
fix: fix Home link on pact page
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jun 15, 2020
1 parent 5ec0009 commit 081d158
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -72,7 +72,7 @@ def pact_metadata
<a href=\"#{matrix_url}\">View Matrix</a>
</li>
<li>
<a href=\"#{base_url}\">Home</a>
<a href=\"#{base_url}/\">Home</a>
</li>
<li>
<span data-consumer-name=\"#{@pact.consumer.name}\"
Expand Down

0 comments on commit 081d158

Please sign in to comment.