dist/docker: Fix bug tracker URL in the documentation

The bug tracker URL in our Docker image documentation is not clickable
because the URL Markdown extracts automatically is broken.

Fix that and add some more links on how to get help and report issues.
Message-Id: <1471524880-2501-1-git-send-email-penberg@scylladb.com>
This commit is contained in:
Pekka Enberg
2016-08-18 15:54:40 +03:00
parent 25fb5e831e
commit 4d90e1b4d4

View File

@@ -177,7 +177,11 @@ $ docker run --name some-scylla -d scylladb/scylla --developer-mode 0
## Issues
Don't hesitate to report bugs or issues on http://www.github.com/scylladb/scylla's bug tracker.
For bug reports, please use Scylla's [issue tracker](https://github.com/scylladb/scylla/issues) on GitHub.
Please read the [How to report a Scylla problem](https://github.com/scylladb/scylla/wiki/How-to-report-a-Scylla-problem) page before you report bugs.
For general help, see Scylla's [documentation](http://www.scylladb.com/doc/).
For questions and comments, use Scylla's [mailing lists](http://www.scylladb.com/community/).
## Contributing