From 1e78706221fa4af38d64c7581fba5c043ce32ab9 Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Sat, 29 Aug 2026 22:31:31 +0200 Subject: [PATCH] Fix link issue --- docs/articles/nunit/getting-started/downloading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/nunit/getting-started/downloading.md b/docs/articles/nunit/getting-started/downloading.md index 1475cdf3f..e959422e0 100644 --- a/docs/articles/nunit/getting-started/downloading.md +++ b/docs/articles/nunit/getting-started/downloading.md @@ -24,7 +24,7 @@ The repo is also where you can raise issues, download code, join discussion or j ## Developer versions -We also release developer versions, they are called `alpha` versions, and you find them at our place at [[MyGet](https://img.shields.io/myget/nunit/vpre/NUnit.svg?label=MyGet%3A%20Latest%20pre-release&style=flat)](). +We also release developer versions, they are called `alpha` versions, and you find them at our place at [![MyGet](https://img.shields.io/myget/nunit/vpre/NUnit.svg?label=MyGet%3A%20Latest%20pre-release&style=flat)](https://www.myget.org/feed/nunit/package/nuget/NUnit). A new developer version is created every time we merge a new Pull Request into our main branch.