Skip to content

Commit 1cec3db

Browse files
authored
Merge pull request #1130 from Particular/sp-nuget-link-fix
Fix ServicePlatfrom.Connector nuget link
2 parents 6a46068 + f1532e4 commit 1cec3db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServicePulse.Host/app/modules/configuration/views/platformconnection.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h3>Connect an endpoint to ServiceControl</h3>
2525
<div class="row">
2626
<div class="col-sm-12">
2727
<ol>
28-
<li>Add the <a href="https://nuget.org/NServiceBus.ServicePlatform.Connector">NServiceBus.ServicePlatform.Connector</a> NuGet package to the endpoint project.</li>
28+
<li>Add the <a href="https://www.nuget.org/packages/NServiceBus.ServicePlatform.Connector/">NServiceBus.ServicePlatform.Connector</a> NuGet package to the endpoint project.</li>
2929
<li>Copy-paste the code from one of the options below. For additional options, refer to the <a href="https://docs.particular.net/platform/connecting">documentation</li>
3030
</ol>
3131
</div>

0 commit comments

Comments
 (0)