From 4ba3f8644f899926df55b2e33c3fca94ba2a3ba0 Mon Sep 17 00:00:00 2001 From: Per Lundberg Date: Sat, 19 Aug 2017 07:48:41 +0300 Subject: [PATCH] Fixed cefbuilds URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb3f900..3c498e8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # README -This is a repackaging fork of the Chromium Embedded Framework (CEF) binary distribution files for Windows, found at http://www.magpcss.net/cef_downloads/ into [these NuGet packages](https://www.nuget.org/packages?q=Id%3A%22cef.redist%22%2C%22cef.sdk%22) +This is a repackaging fork of the Chromium Embedded Framework (CEF) binary distribution files for Windows, found at http://opensource.spotify.com/cefbuilds/index.html, into [these NuGet packages](https://www.nuget.org/packages?q=Id%3A%22cef.redist%22%2C%22cef.sdk%22) To make it work properly for developers on VS2012 and VS2013 wanting to develop [CefSharp](http://github.com/cefsharp/CefSharp), we need to do some local modifications ([use dynamic linking](https://bitbucket.org/chromiumembedded/cef/wiki/LinkingDifferentRunTimeLibraries)) to make CefSharp.Core compile properly. This purpose of this repository is to track and maintain these modifications as well as tooling for maintaining the NuGet packages.