I have a repository on GitHub and I've created a corresponding packing on NuGet. I would like to link to the NuGet package from my GitHub README file.
After modifying some text I found on other repositories, I came up with the following:
[](https://www.nuget.org/packages/SoftCircuits.Silk/)
In a GitHub MD file (and here), this produces the following link:
That seems good but I'd like to find more about this. After Googling for quite a while, I haven't been able to find where these type of links are documented. Do I have the correct usage? Are there other options I might want to take advantage of? And so on?
Is there a reference for these type of links somewhere?