From 4d1a32e028e5d9f68523646e9959635a06353bd9 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Fri, 2 Sep 2016 08:13:57 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b51c07d07..117fd923a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,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://www.magpcss.net/cef_downloads/ and http://cefbuilds.com +* Downloads - http://opensource.spotify.com/cefbuilds/index.html * Donations - http://www.magpcss.org/ceforum/donate.php # Introduction @@ -32,7 +32,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://www.magpcss.net/cef_downloads/) page and http://cefbuilds.com. 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](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. # Source Distributions