From 99653f1e329959b73c5ef24e9d48953c51c0f059 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Fri, 12 May 2017 10:00:04 -0700 Subject: [PATCH] fix link (#3358) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add an optional extended description… --- aspnet/webhooks/source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/webhooks/source.md b/aspnet/webhooks/source.md index 9d8433e262..29b4be344f 100644 --- a/aspnet/webhooks/source.md +++ b/aspnet/webhooks/source.md @@ -14,7 +14,7 @@ uid: webhooks/source --- # ASP.NET WebHooks source code and NuGet packages -Microsoft ASP.NET WebHooks is part of the Microsoft ASP.NET family of modules and is hosted as an [Open Source Project on GitHub](https://github.com/aspnet/WebHooks). This means that we accept contributions, but please look at the [Contribution Guidelines](https://github.com/aspnet/Home/blob/dev/CONTRIBUTING.md) before submitting a pull request. +Microsoft ASP.NET WebHooks is part of the Microsoft ASP.NET family of modules and is hosted as an [Open Source Project on GitHub](https://github.com/aspnet/WebHooks). This means that we accept contributions, but please look at the [Contribution Guidelines](https://github.com/aspnet/Home/blob/master/CONTRIBUTING.md) before submitting a pull request. This online documentation which you are reading now is also hosted as [Open Source on GitHub](http://docs.asp.net/en/latest/contribute/style-guide.html#style-guide) and also accepts contributions.