Skip to content

Commit

Permalink
fix: href for beta:provider-pacts-for-verification
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 9, 2020
1 parent 09cdcc5 commit 3949fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pact_broker/api/resources/index.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def links
},
'beta:provider-pacts-for-verification' => {
name: 'beta',
href: base_url + '/doc/{rel}?context=index',
href: base_url + '/pacts/provider/{provider}/for-verification',
title: 'DEPRECATED - please use pb:provider-pacts-for-verification',
templated: true
},
Expand Down

0 comments on commit 3949fdd

Please sign in to comment.