Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs_url broken link #2729

Open
geosoft1 opened this issue Sep 19, 2021 · 0 comments
Open

docs_url broken link #2729

geosoft1 opened this issue Sep 19, 2021 · 0 comments

Comments

@geosoft1
Copy link

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',
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant