Skip to content

Commit 1011c56

Browse files
committed
Fix bad URL.
Fixes wixtoolset/issues#8704
1 parent 1ade630 commit 1011c56

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/api/burn/WixToolset.BootstrapperApplicationApi/BaseBootstrapperApplicationFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace WixToolset.BootstrapperApplicationApi
88
/// <summary>
99
/// This is no longer used.
1010
/// </summary>
11-
[Obsolete("Bootstrapper applications now run out of proc and do not use a BootstrapperApplicationFactory. Remove your BootstrapperApplicationFactory class. See https://wixtoolset.org/docs/fiveforfour/ for more details.")]
11+
[Obsolete("Bootstrapper applications now run out of proc and do not use a BootstrapperApplicationFactory. Remove your BootstrapperApplicationFactory class. See https://wixtoolset.org/docs/fivefour/ for more details.")]
1212
public abstract class BaseBootstrapperApplicationFactory : IBootstrapperApplicationFactory
1313
{
1414
/// <summary>

src/api/burn/WixToolset.BootstrapperApplicationApi/BootstrapperApplicationFactoryAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace WixToolset.BootstrapperApplicationApi
77
/// <summary>
88
/// This is no longer used.
99
/// </summary>
10-
[Obsolete("Bootstrapper applications now run out of proc and do not use a BootstrapperApplicationFactory. Remove your BootstrapperApplicationFactory class. See https://wixtoolset.org/docs/fiveforfour/ for more details.")]
10+
[Obsolete("Bootstrapper applications now run out of proc and do not use a BootstrapperApplicationFactory. Remove your BootstrapperApplicationFactory class. See https://wixtoolset.org/docs/fivefour/ for more details.")]
1111
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = false)]
1212
public sealed class BootstrapperApplicationFactoryAttribute : Attribute
1313
{

src/api/burn/WixToolset.BootstrapperApplicationApi/IBootstrapperApplicationFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace WixToolset.BootstrapperApplicationApi
99
/// <summary>
1010
/// This is no longer used.
1111
/// </summary>
12-
[Obsolete("Bootstrapper applications now run out of proc and do not use a BootstrapperApplicationFactory. Remove your BootstrapperApplicationFactory class. See https://wixtoolset.org/docs/fiveforfour/ for more details.")]
12+
[Obsolete("Bootstrapper applications now run out of proc and do not use a BootstrapperApplicationFactory. Remove your BootstrapperApplicationFactory class. See https://wixtoolset.org/docs/fivefour/ for more details.")]
1313
public interface IBootstrapperApplicationFactory
1414
{
1515
/// <summary>

0 commit comments

Comments
 (0)