Skip to content

Commit

Permalink
Correct documentation hyperlink for environment-markers
Browse files Browse the repository at this point in the history
Previous hyperlink was redirected to root of the new documentation
location which did not contain the right information.

New link points directly to the right location.

Change-Id: I3c83553a50036eadec74e7a00f3b312a7e5afa11
  • Loading branch information
ssbarnea committed Oct 26, 2018
1 parent bd300d0 commit 656aac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pbr/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ def setup_cfg_to_setup_kwargs(config, script_args=()):
"Marker evaluation failed, see the following "
"error. For more information see: "
"http://docs.openstack.org/"
"developer/pbr/compatibility.html#evaluate-marker"
"pbr/latest/user/using.html#environment-markers"
)
raise
else:
Expand Down

0 comments on commit 656aac9

Please sign in to comment.