davidnussio / vscode-jq-playground

Visual Code Studio jq playground
https://marketplace.visualstudio.com/items?itemName=davidnussio.vscode-jq-playground
MIT License
46 stars 8 forks source link

Minor: mistargeted link on VSCode Marketplace #77

Closed kkm000 closed 2 years ago

kkm000 commented 2 years ago

https://marketplace.visualstudio.com/items?itemName=davidnussio.vscode-jq-playground Overview, second paragraph from top

Check jq tutorial or manual

Both "tutorial" and "manual" are links pointing to the same Jq tutorial page.

<p>
Check jq <a href="https://stedolan.github.io/jq/tutorial/" target="_blank" rel="noreferrer noopener nofollow">tutorial</a>
      or <a href="https://stedolan.github.io/jq/tutorial/" target="_blank" rel="noreferrer noopener nofollow">manual</a>
</p>

Note: The Jq manuals, unlike the tutorial, are versioned. The link https://stedolan.github.io/jq/manual/v1.6/ is currently the best target for the Jq version 1.6, downloaded by the extension. https://stedolan.github.io/jq/manual/ without the version points to the dev version, with some documented features not yet even implemented.

davidnussio commented 2 years ago

Oh, thank you. Nice catch!