Skip to content

Commit a6c20df

Browse files
committed
In JavaScriptEngineSwitcher.ChakraCore in error message fixed a link to the documentation
1 parent 2d09247 commit a6c20df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/JavaScriptEngineSwitcher.ChakraCore/ChakraCoreJsEngine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ private static WrapperEngineLoadException WrapDllNotFoundException(
512512
const string buildInstructionsUrl =
513513
"https://github.com/Microsoft/ChakraCore/wiki/Building-ChakraCore#{0}";
514514
const string manualInstallationInstructionsUrl =
515-
"https://github.com/Taritsyn/JavaScriptEngineSwitcher/wiki/JS-Engine-Switcher:-ChakraCore#{0}";
515+
"https://github.com/Taritsyn/JavaScriptEngineSwitcher/wiki/ChakraCore#{0}";
516516
Architecture osArchitecture = RuntimeInformation.OSArchitecture;
517517

518518
var stringBuilderPool = StringBuilderPool.Shared;

src/JavaScriptEngineSwitcher.ChakraCore/JavaScriptEngineSwitcher.ChakraCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This package does not contain the native implementations of ChakraCore. Therefor
2222
* JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64</Description>
2323
<PackageIconUrl>https://raw.githubusercontent.com/Taritsyn/JavaScriptEngineSwitcher/master/Icons/JavaScriptEngineSwitcher_ChakraCore_Logo128x128.png</PackageIconUrl>
2424
<PackageTags>JavaScriptEngineSwitcher;JavaScript;ECMAScript;ChakraCore</PackageTags>
25-
<PackageReleaseNotes>Improved a performance of the `UnicodeToAnsi` method of `EncodingHelpers` class.</PackageReleaseNotes>
25+
<PackageReleaseNotes>In error message fixed a link to the documentation.</PackageReleaseNotes>
2626
</PropertyGroup>
2727

2828
<Import Project="../../build/common.props" />

src/JavaScriptEngineSwitcher.ChakraCore/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
=============
3131
RELEASE NOTES
3232
=============
33-
Improved a performance of the `UnicodeToAnsi` method of `EncodingHelpers` class.
33+
In error message fixed a link to the documentation.
3434

3535
=============
3636
DOCUMENTATION

0 commit comments

Comments
 (0)