docker-bitcoind
docker-bitcoind copied to clipboard
"docs folder" link in Docker Hub Is Broken
Repro steps:
- Open https://hub.docker.com/r/kylemanna/bitcoind
- Click "docs folder"
Expected: documentation page
Observed: https://hub.docker.com/r/kylemanna/docs, URL is open that returns error 404.
@kylemanna is this a simple edit to the hyperlink at the bottom of Docker Hub page to point Docs to: https://github.com/kylemanna/docker-bitcoind/tree/master/docs ?
Would be nice to keep the URLs relative and specify a URL base somewhere, but this doesn't seem to be possible.
Only solution is to make them absolute URLs I think? Does anyone know? Having this issue on other repos.