mikewalch commented on issue #28: ACCUMULO-4721 (v2.0) Document rfile-info in user manual URL: https://github.com/apache/accumulo-website/pull/28#issuecomment-338239413 At the bottom of basic.md, you have the following following reference style link: ``` [rfile-info]: {{ page.docs_baseurl }}/troubleshooting/tools#RFileInfo ``` You just need to link to this properly in your document. `[rfile-info][RFileInfo]` is not a proper reference link. It should be `[rfile-info][rfile-info]` or `[rfile-info]` or `[check out my rfile-info tool][rfile-info]`. The last bracket should be [rfile-info] to match the reference at the bottom the page. See https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#links
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
