bigchaindb / bigchaindb

Meet BigchainDB. The blockchain database.

Home Page:https://www.bigchaindb.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docs_url broken link

geosoft1 opened this issue · comments

There is an problem with docs_url link which points to a page that does not exist. Can anything be done about it? Below are the affected lines but I think that must be made a redirection on the docs server to the latest version.

docs_url = [
'https://docs.bigchaindb.com/projects/server/en/v',
version.__version__ + '/'
]

docs_url = [
'https://docs.bigchaindb.com/projects/server/en/v',
version.__version__,
'/http-client-server-api.html',
]