From 0b7840ab2f3de8a9847d33021fc2319978685a40 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Thu, 5 Nov 2020 14:02:36 -0500 Subject: [PATCH] Update URL for CEF downloads --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b69d59c1..4ab63093b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The Chromium Embedded Framework (CEF) is a simple framework for embedding Chromi * Support Forum - http://www.magpcss.org/ceforum/ * CEF1 C++ API Docs - http://magpcss.org/ceforum/apidocs/ * CEF3 C++ API Docs - http://magpcss.org/ceforum/apidocs3/ -* Downloads - http://opensource.spotify.com/cefbuilds/index.html +* Downloads - https://cef-builds.spotifycdn.com/index.html * Donations - http://www.magpcss.org/ceforum/donate.php # Introduction @@ -33,7 +33,7 @@ Users new to CEF development should start by reading the [Tutorial](https://bitb # Binary Distributions -Binary distributions, which include all files necessary to build a CEF-based application, are available on the [Downloads](http://opensource.spotify.com/cefbuilds/index.html) page. Binary distributions are stand-alone and do not require the download of CEF or Chromium source code. Symbol files for debugging binary distributions of libcef can also be downloaded from the above links. +Binary distributions, which include all files necessary to build a CEF-based application, are available on the [Downloads](https://cef-builds.spotifycdn.com/index.html) page. Binary distributions are stand-alone and do not require the download of CEF or Chromium source code. Symbol files for debugging binary distributions of libcef can also be downloaded from the above links. # Source Distributions