Skip to content

Commit d49ebbb

Browse files
committed
Fixed a links to the Visual C++ Redistributable for Visual Studio 2015
1 parent 83eb59d commit d49ebbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Change log
7676
* Downgraded .NET Framework version from 4.5.1 to 4.5
7777
* Now when you call the overloaded version of the `ExecuteResource` method, that takes the type, need to pass the resource name without the namespace
7878
* In JavaScriptEngineSwitcher.Msie added support of MSIE JavaScript Engine version 2.1.0
79-
* In JavaScriptEngineSwitcher.V8 now the Microsoft ClearScript.V8 requires `msvcp140.dll` assembly from the [Visual C++ Redistributable for Visual Studio 2015](http://www.microsoft.com/en-us/download/details.aspx?id=48145)
79+
* In JavaScriptEngineSwitcher.V8 now the Microsoft ClearScript.V8 requires `msvcp140.dll` assembly from the [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-us/download/details.aspx?id=53840)
8080
* In JavaScriptEngineSwitcher.Jurassic added support of Jurassic version of December 8, 2016
8181
* In JavaScriptEngineSwitcher.ChakraCore:
8282
* Attempt to prevent occurrence of the access violation exception in the `CallFunction` method
@@ -100,7 +100,7 @@ Change log
100100
* Native assemblies for Windows have been moved to separate packages: JavaScriptEngineSwitcher.ChakraCore.Native.win-x86 and JavaScriptEngineSwitcher.ChakraCore.Native.win-x64
101101
* Added a packages, that contains a native assemblies for Windows (ARM), Debian-based Linux (x64) and OS X (x64)
102102
* ChakraCore was updated to version of October 29, 2016
103-
* New version of the ChakraCore for Windows requires `msvcp140.dll` assembly from the [Visual C++ Redistributable for Visual Studio 2015](http://www.microsoft.com/en-us/download/details.aspx?id=48145)
103+
* New version of the ChakraCore for Windows requires `msvcp140.dll` assembly from the [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-us/download/details.aspx?id=53840)
104104

105105
## v2.1.0 Beta 2 - October 31, 2016
106106
* In JavaScriptEngineSwitcher.ChakraCore added experimental support of Windows (ARM)
@@ -113,7 +113,7 @@ Change log
113113
* Fixed a errors, that occurred during marshaling of Unicode strings in Unix-based operating systems
114114
* Native assemblies have been moved to separate packages: JavaScriptEngineSwitcher.ChakraCore.Native.win-x86 and JavaScriptEngineSwitcher.ChakraCore.Native.win-x64
115115
* ChakraCore was updated to version of October 29, 2016
116-
* New version of the ChakraCore for Windows requires `msvcp140.dll` assembly from the [Visual C++ Redistributable for Visual Studio 2015](http://www.microsoft.com/en-us/download/details.aspx?id=48145)
116+
* New version of the ChakraCore for Windows requires `msvcp140.dll` assembly from the [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-us/download/details.aspx?id=53840)
117117
* Added the JavaScriptEngineSwitcher.ChakraCore.Native.debian-x64 and JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64 packages
118118

119119
## v2.0.3 - October 17, 2016

0 commit comments

Comments
 (0)