Skip to content

Commit

Permalink
Update URLs in .nuspec and README files
Browse files Browse the repository at this point in the history
- remove double quotes around URLs in `<description>` (#195)
  - will send another PR (after next build) if a URL then a period looks odd on MyGet
- use HTTPS for all URLs in these files (none were HTTP-only)
  - do the same thing for C# and a few HTML files where target site supports HTTPS
- replace links to sender documentation where they've gotten stale
  • Loading branch information
dougbu committed Jan 19, 2018
1 parent 69a2945 commit f702a66
Show file tree
Hide file tree
Showing 50 changed files with 181 additions and 153 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/aspnet

ASP.NET Web Hooks provide support for sending and receiving WebHooks.

See [Introducing Microsoft ASP.NET WebHooks Preview](http://blogs.msdn.com/b/webdev/archive/2015/09/04/introducing-microsoft-asp-net-webhooks-preview.aspx) for an introduction.
See [Introducing Microsoft ASP.NET WebHooks Preview](https://blogs.msdn.com/b/webdev/archive/2015/09/04/introducing-microsoft-asp-net-webhooks-preview.aspx) for an introduction.

See the initial [documentation](http://go.microsoft.com/fwlink/?LinkId=690277) for details.
See the initial [documentation](https://go.microsoft.com/fwlink/?LinkId=690277) for details.

### Samples
- [All Samples](/samples/)
Expand Down Expand Up @@ -40,26 +40,26 @@ See the initial [documentation](http://go.microsoft.com/fwlink/?LinkId=690277) f

### Resources
* Overview
* [Announcement of Microsoft ASP.NET WebHooks Preview](http://blogs.msdn.com/b/webdev/archive/2015/09/04/introducing-microsoft-asp-net-webhooks-preview.aspx)
* [Sending WebHooks with ASP.NET WebHooks Preview](http://blogs.msdn.com/b/webdev/archive/2015/09/15/sending-webhooks-with-asp-net-webhooks-preview.aspx)
* [Announcement of Microsoft ASP.NET WebHooks Preview](https://blogs.msdn.com/b/webdev/archive/2015/09/04/introducing-microsoft-asp-net-webhooks-preview.aspx)
* [Sending WebHooks with ASP.NET WebHooks Preview](https://blogs.msdn.com/b/webdev/archive/2015/09/15/sending-webhooks-with-asp-net-webhooks-preview.aspx)
* [Announcing ASP.NET WebHooks Release Candidate 1](https://blogs.msdn.microsoft.com/webdev/2016/03/05/announcing-asp-net-webhooks-release-candidate-1/)

* Integration with WebHook Providers
* [Integrating with Instagram using ASP.NET WebHooks Preview](http://blogs.msdn.com/b/webdev/archive/2015/09/21/integrating-with-instagram-using-asp-net-webhooks-preview.aspx)
* [Integrating with Salesforce using ASP.NET WebHooks Preview](http://blogs.msdn.com/b/webdev/archive/2015/09/07/integrating-with-salesforce-using-asp-net-webhooks-preview.aspx)
* [Integrating with Slack Using ASP.NET WebHooks Preview](http://blogs.msdn.com/b/webdev/archive/2015/09/06/integrating-with-slack-using-asp-net-webhooks-preview.aspx)
* [Using ASP.NET WebHooks with IFTTT and Zapier to Monitor Twitter and Google Sheets](http://blogs.msdn.com/b/webdev/archive/2015/11/21/using-asp-net-webhooks-with-ifttt-and-zapier-to-monitor-twitter-and-google-sheets.aspx)
* [Receive WebHooks from Azure Alerts and Kudu (Azure Web App Deployment)](http://blogs.msdn.com/b/webdev/archive/2015/10/04/receive-webhooks-from-azure-alerts-and-kudu-azure-web-app-deployment.aspx)
* [Sending WebHooks with Microsoft Dynamics CRM](http://blogs.msdn.com/b/crm/archive/2016/01/15/sending-webhooks-with-microsoft-dynamics-crm.aspx)
* [Integrating with Instagram using ASP.NET WebHooks Preview](https://blogs.msdn.com/b/webdev/archive/2015/09/21/integrating-with-instagram-using-asp-net-webhooks-preview.aspx)
* [Integrating with Salesforce using ASP.NET WebHooks Preview](https://blogs.msdn.com/b/webdev/archive/2015/09/07/integrating-with-salesforce-using-asp-net-webhooks-preview.aspx)
* [Integrating with Slack Using ASP.NET WebHooks Preview](https://blogs.msdn.com/b/webdev/archive/2015/09/06/integrating-with-slack-using-asp-net-webhooks-preview.aspx)
* [Using ASP.NET WebHooks with IFTTT and Zapier to Monitor Twitter and Google Sheets](https://blogs.msdn.com/b/webdev/archive/2015/11/21/using-asp-net-webhooks-with-ifttt-and-zapier-to-monitor-twitter-and-google-sheets.aspx)
* [Receive WebHooks from Azure Alerts and Kudu (Azure Web App Deployment)](https://blogs.msdn.com/b/webdev/archive/2015/10/04/receive-webhooks-from-azure-alerts-and-kudu-azure-web-app-deployment.aspx)
* [Sending WebHooks with Microsoft Dynamics CRM](https://blogs.msdn.com/b/crm/archive/2016/01/15/sending-webhooks-with-microsoft-dynamics-crm.aspx)

* Tooling
* [Announcing the ASP.NET WebHooks Visual Studio Extension Preview](http://blogs.msdn.com/b/webdev/archive/2015/09/29/announcing-the-asp-net-webhooks-visual-studio-extension-preview.aspx)
* [Announcing the ASP.NET WebHooks Visual Studio Extension Preview](https://blogs.msdn.com/b/webdev/archive/2015/09/29/announcing-the-asp-net-webhooks-visual-studio-extension-preview.aspx)

* Updates
* [Sending ASP.NET WebHooks from Azure WebJobs](http://blogs.msdn.com/b/webdev/archive/2016/01/31/sending-asp-net-webhooks-from-azure-webjobs.aspx)
* [New Year Updates to ASP.NET WebHooks Preview Dec 2015](http://blogs.msdn.com/b/webdev/archive/2015/12/31/new-year-updates-to-asp-net-webhooks-preview.aspx)
* [Sending ASP.NET WebHooks from Azure WebJobs](https://blogs.msdn.com/b/webdev/archive/2016/01/31/sending-asp-net-webhooks-from-azure-webjobs.aspx)
* [New Year Updates to ASP.NET WebHooks Preview Dec 2015](https://blogs.msdn.com/b/webdev/archive/2015/12/31/new-year-updates-to-asp-net-webhooks-preview.aspx)
* Storing WebHook registrations in SQL
* Registering WebHook modules with a dependency engine
* [Updates to Microsoft ASP.NET WebHooks Preview Nov 2015](http://blogs.msdn.com/b/webdev/archive/2015/11/07/updates-to-microsoft-asp-net-webhooks-preview.aspx)
* [Updates to Microsoft ASP.NET WebHooks Preview Nov 2015](https://blogs.msdn.com/b/webdev/archive/2015/11/07/updates-to-microsoft-asp-net-webhooks-preview.aspx)
* Sending events to *all* users
* Sending WebHooks scaling up and out using persistent queues
2 changes: 1 addition & 1 deletion samples/MyGetReceiver/WebHooks/MyGetWebHookHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace MyGetReceiver.WebHooks
{
/// <summary>
/// This handler processes WebHooks from MyGet and leverages the <see cref="MyGetWebHookHandlerBase"/> base handler.
/// For details about MyGet WebHooks, please see <c>http://docs.myget.org/docs/reference/webhooks</c>.
/// For details about MyGet WebHooks, please see <c>https://docs.myget.org/docs/reference/webhooks</c>.
/// </summary>
public class MyGetWebHookHandler : MyGetWebHookHandlerBase
{
Expand Down
2 changes: 1 addition & 1 deletion samples/MyGetReceiver/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>Microsoft ASP.NET WebHooks MyGet Receiver</h1>
</p>

<p>
Please see <a href="http://docs.myget.org/docs/reference/webhooks">MyGet WebHooks</a>
Please see <a href="https://docs.myget.org/docs/reference/webhooks">MyGet WebHooks</a>
for more information.
</p>
</body>
Expand Down
2 changes: 1 addition & 1 deletion samples/SalesforceReceiver/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>Microsoft ASP.NET WebHooks Salesforce Receiver</h1>
<p>
For security reasons, the WebHook URI must be an <c>https</c> URI and the '<c>MS_WebHookReceiverSecret_SalesforceSoap</c>'
application setting must be configured to the Salesforce Organization IDs. The Organizational IDs can be found at
<a href="http://www.salesforce.com">Salesforce</a> under <c>Setup | Company Profile | Company Information</c>.
<a href="https://www.salesforce.com">Salesforce</a> under <c>Setup | Company Profile | Company Information</c>.
</p>
<p>
Optionally you can use the {id} field to differentiate between multiple WebHooks. You can configure each endpoint by setting
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<title>Microsoft ASP.NET WebHooks Common Module</title>
<authors>Microsoft</authors>
<owners>Microsoft, aspnet</owners>
<licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm</licenseUrl>
<projectUrl>http://go.microsoft.com/fwlink/?LinkId=690277</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<licenseUrl>https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm</licenseUrl>
<projectUrl>https://go.microsoft.com/fwlink/?LinkId=690277</projectUrl>
<iconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>
This package provides common functionality for sending and receiving WebHooks using ASP.NET.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<title>Microsoft ASP.NET Custom WebHooks Web API Module</title>
<authors>Microsoft</authors>
<owners>Microsoft, aspnet</owners>
<licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm</licenseUrl>
<projectUrl>http://go.microsoft.com/fwlink/?LinkId=690277</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<licenseUrl>https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm</licenseUrl>
<projectUrl>https://go.microsoft.com/fwlink/?LinkId=690277</projectUrl>
<iconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>
This package contains a set of ASP.NET Web API Controllers for managing your custom WebHooks filters and registrations through a REST-style interface.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<title>Microsoft ASP.NET Custom WebHooks Azure Storage Module</title>
<authors>Microsoft</authors>
<owners>Microsoft, aspnet</owners>
<licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm</licenseUrl>
<projectUrl>http://go.microsoft.com/fwlink/?LinkId=690277</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<licenseUrl>https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm</licenseUrl>
<projectUrl>https://go.microsoft.com/fwlink/?LinkId=690277</projectUrl>
<iconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>
This package provides support for persisting your custom WebHooks registrations in Microsoft Azure Table Storage.
Expand Down
8 changes: 4 additions & 4 deletions src/Microsoft.AspNet.WebHooks.Custom.AzureStorage/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ To set up Table Storage, you must first configure a connection string with the n

For test and development, you can use the local Azure Storage Emulator, which comes as part of the Microsoft Azure SDK.
To download the latest Microsoft Azure SDK for Visual Studio, please see 'https://azure.microsoft.com/en-us/downloads/'.
A connection string using the local emulator looks like this:
A connection string using the local emulator looks like this:

<add name="MS_AzureStoreConnectionString" connectionString="UseDevelopmentStorage=true;" />

For deployment, you can get a connection string through the Azure Portal at 'https://portal.azure.com'. If you don't
already have an Azure account, then you can get one at 'http://azure.com'.
For deployment, you can get a connection string through the Azure Portal at 'https://portal.azure.com'. If you don't
already have an Azure account, then you can get one at 'https://azure.com'.

For more information about Azure Table Storage, please see 'https://azure.microsoft.com/en-us/documentation/articles/storage-dotnet-how-to-use-tables/'.

For more information about Microsoft ASP.NET WebHooks, please see 'http://go.microsoft.com/fwlink/?LinkId=690277'.
For more information about Microsoft ASP.NET WebHooks, please see 'https://go.microsoft.com/fwlink/?LinkId=690277'.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<title>Microsoft ASP.NET Custom WebHooks MVC Module</title>
<authors>Microsoft</authors>
<owners>Microsoft, aspnet</owners>
<licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm</licenseUrl>
<projectUrl>http://go.microsoft.com/fwlink/?LinkId=690277</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<licenseUrl>https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm</licenseUrl>
<projectUrl>https://go.microsoft.com/fwlink/?LinkId=690277</projectUrl>
<iconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>
This package exposes helpers for managing and triggering your custom WebHooks from within ASP.NET MVC Controllers.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<title>Microsoft ASP.NET Custom WebHooks SQL Module</title>
<authors>Microsoft</authors>
<owners>Microsoft, aspnet</owners>
<licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm</licenseUrl>
<projectUrl>http://www.asp.net/</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<licenseUrl>https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm</licenseUrl>
<projectUrl>https://go.microsoft.com/fwlink/?LinkId=690277</projectUrl>
<iconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>
This package provides support for persisting your custom WebHooks registrations in a SQL database.
Expand All @@ -20,4 +20,4 @@
<files>
<file src="Readme.txt" target="" />
</files>
</package>
</package>
10 changes: 5 additions & 5 deletions src/Microsoft.AspNet.WebHooks.Custom.SqlStorage/Readme.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Microsoft ASP.NET Custom WebHooks SQL Module
--------------------------------------------

This package provides support for persisting your custom WebHook registrations in a SQL database.
This package provides support for persisting your custom WebHook registrations in a SQL database.
To set up the SQL DB you must first configure a connection string with the name 'MS_SqlStoreConnectionString',
for example:

<add name="MS_SqlStoreConnectionString"
connectionString="Data Source=(LocalDb)\MSSQLLocalDB;Initial Catalog=WebHooks-20151029053732;Integrated Security=True"
<add name="MS_SqlStoreConnectionString"
connectionString="Data Source=(LocalDb)\MSSQLLocalDB;Initial Catalog=WebHooks-20151029053732;Integrated Security=True"
providerName="System.Data.SqlClient" />

To create and initialize the DB, use code migrations as follows: Open the 'Package Manager Console' from the
To create and initialize the DB, use code migrations as follows: Open the 'Package Manager Console' from the
'Tools\Nuget Package Manager' menu and type these three lines one after another:

Enable-Migrations -ContextAssemblyName Microsoft.AspNet.WebHooks.Custom.SqlStorage
Expand All @@ -20,4 +20,4 @@ That should create a DB (if it doesn't already exist) and update it to match the

For more information about Entity Framework Code Migrations, please see 'https://msdn.microsoft.com/en-us/data/jj591621.aspx'.

For more information about Microsoft ASP.NET WebHooks, please see 'http://go.microsoft.com/fwlink/?LinkId=690277'.
For more information about Microsoft ASP.NET WebHooks, please see 'https://go.microsoft.com/fwlink/?LinkId=690277'.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<title>Microsoft ASP.NET Custom WebHooks Module</title>
<authors>Microsoft</authors>
<owners>Microsoft, aspnet</owners>
<licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm</licenseUrl>
<projectUrl>http://go.microsoft.com/fwlink/?LinkId=690277</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<licenseUrl>https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm</licenseUrl>
<projectUrl>https://go.microsoft.com/fwlink/?LinkId=690277</projectUrl>
<iconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>
This package provides functionality for adding your own custom WebHook support to your ASP.NET project. The functionality enables users to register WebHooks using a simple pub/sub model, and for your code to send WebHooks to registered receivers with matching WebHook registrations.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
<title>Microsoft ASP.NET WebHooks Receiver for Azure WebHooks.</title>
<authors>Microsoft</authors>
<owners>Microsoft, aspnet</owners>
<licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm</licenseUrl>
<projectUrl>http://go.microsoft.com/fwlink/?LinkId=690277</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<licenseUrl>https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm</licenseUrl>
<projectUrl>https://go.microsoft.com/fwlink/?LinkId=690277</projectUrl>
<iconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>
This package provides support for receiving WebHooks from Kudu (Azure Web App Deployment) and Azure Alerts. For information about Kudu WebHooks, see "https://github.com/projectkudu/kudu/wiki/Web-hooks" and for Azure Alerts, see "https://azure.microsoft.com/en-us/documentation/articles/insights-webhooks-alerts/".
This package provides support for receiving WebHooks from Kudu (Azure Web App Deployment) and Azure Alerts. For
information about Kudu WebHooks, see https://github.com/projectkudu/kudu/wiki/Web-hooks and for Azure Alerts, see
https://azure.microsoft.com/en-us/documentation/articles/insights-webhooks-alerts/.
</description>
<summary>
This package provides support for receiving WebHooks from Kudu (Azure Web App Deployment) and Azure Alerts.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@
<title>Microsoft ASP.NET WebHooks Receiver for Bitbucket</title>
<authors>Microsoft</authors>
<owners>Microsoft, aspnet</owners>
<licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm</licenseUrl>
<projectUrl>http://go.microsoft.com/fwlink/?LinkId=690277</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<licenseUrl>https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm</licenseUrl>
<projectUrl>https://go.microsoft.com/fwlink/?LinkId=690277</projectUrl>
<iconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>This package provides support for receiving WebHooks from Bitbucket. For information about Bitbucket WebHooks, see "https://confluence.atlassian.com/bitbucket/manage-webhooks-735643732.html".</description>
<description>
This package provides support for receiving WebHooks from Bitbucket. For information about Bitbucket WebHooks,
see https://confluence.atlassian.com/bitbucket/manage-webhooks-735643732.html.
</description>
<releaseNotes></releaseNotes>
<copyright>&#169; Microsoft Corporation. All rights reserved.</copyright>
<tags>Microsoft AspNet WebApi AspNetWebApi WebHooks Bitbucket</tags>
</metadata>
</package>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<title>Microsoft ASP.NET WebHooks Receiver for custom WebHooks.</title>
<authors>Microsoft</authors>
<owners>Microsoft, aspnet</owners>
<licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm</licenseUrl>
<projectUrl>http://go.microsoft.com/fwlink/?LinkId=690277</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<licenseUrl>https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm</licenseUrl>
<projectUrl>https://go.microsoft.com/fwlink/?LinkId=690277</projectUrl>
<iconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>
This package provides support for receiving custom WebHooks from ASP.NET WebHooks implementations.
Expand Down
Loading

0 comments on commit f702a66

Please sign in to comment.