Skip to content

Commit

Permalink
Fixes #14048: Broken 4.1/4.3 doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Dec 27, 2018
1 parent 59f2d24 commit eb38fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ncf_doc_rudder.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def get_min_versions():
min_version = {}

try:
versions = requests.get(release_info_url + "versions").content.decode('ascii').splitlines()
versions = requests.get(release_info_url + "versions/supported").content.decode('ascii').splitlines()
except requests.exceptions.RequestException as e:
print(e)
sys.exit(1)
Expand Down

0 comments on commit eb38fee

Please sign in to comment.