Skip to content

Commit e71d003

Browse files
daxian-dbwadityapatwardhan
authored andcommitted
Minor updates to host-powershell/README.md (PowerShell#4877)
1 parent 9791116 commit e71d003

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/host-powershell/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
PowerShell Core is refactored in v6.0.0-beta.3 to remove the dependency on a customized `AssemblyLoadContext`.
66
With this change, hosting PowerShell Core in .NET Core will be the same as hosting Windows PowerShell in .NET.
77

8-
Please see the [.NET Core Sample Application](#.net-core-sample-application) section for an example that uses PowerShell Core `beta.3` NuGet packages.
8+
Please see the [.NET Core Sample Application](#net-core-sample-application) section for an example that uses PowerShell Core `beta.3` NuGet packages.
99

1010
## PowerShell Core v6.0.0-beta.2 and Prior
1111

@@ -126,9 +126,9 @@ namespace Application.Test
126126
}
127127
```
128128

129-
[CorePsAssemblyLoadContext.cs]: https://github.com/PowerShell/PowerShell/blob/v6.0.0-alpha.17/src/Microsoft.PowerShell.CoreCLR.AssemblyLoadContext/CoreCLR/CorePsAssemblyLoadContext.cs
129+
[CorePsAssemblyLoadContext.cs]: https://github.com/PowerShell/PowerShell/blob/v6.0.0-beta.2/src/Microsoft.PowerShell.CoreCLR.AssemblyLoadContext/CoreCLR/CorePsAssemblyLoadContext.cs
130130
[Resolving]: https://github.com/dotnet/corefx/blob/ec2a6190efa743ab600317f44d757433e44e859b/src/System.Runtime.Loader/ref/System.Runtime.Loader.cs#L35
131-
[bootstrapping]: https://github.com/PowerShell/PowerShell/blob/master/src/powershell/Program.cs#L27
131+
[bootstrapping]: https://github.com/PowerShell/PowerShell/blob/v6.0.0-beta.2/src/powershell/Program.cs#L27
132132

133133
## .NET Core Sample Application
134134

0 commit comments

Comments
 (0)