Opened 5 years ago
Closed 5 years ago
#13041 closed Bugs (fixed)
download links broken
Reported by: | Owned by: | René Rivera | |
---|---|---|---|
Milestone: | To Be Determined | Component: | website |
Version: | Boost 1.63.0 | Severity: | Problem |
Keywords: | Cc: |
Description
(links in this ticket broken to get past filter)
go to www dot boost dot org
under "Downloads", "Current Release", click "Download"
it takes me to: https dl dot bintray dot com /boostorg/release/1.64.0/source/
all the links in this directory contain a colon before the filename, and are wrong.
e.g. "boost_1_64_0.tar.bz2" links to:
https dl dot bintray dot com /boostorg/release/1.64.0/source/:boost_1_64_0.tar.bz2
it should be:
https dl dot bintray dot com /boostorg/release/1.64.0/source/boost_1_64_0.tar.bz2
Note:
See TracTickets
for help on using tickets.
Seems to work okay now. I guess bintray fixed it.