Skip to content

Commit 4ffa8bf

Browse files
committed
Update cefclient example application links
1 parent c63b120 commit 4ffa8bf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ Delete this line and everything above, and then fill in the details below.
6666

6767
- **Does this problem also occur in the `CEF` Sample Application**
6868
- Download one of the following:
69-
- For x86 download http://opensource.spotify.com/cefbuilds/cef_binary_84.4.1%2Bgfdc7504%2Bchromium-84.0.4147.105_windows32_client.tar.bz2
70-
- For x64 download http://opensource.spotify.com/cefbuilds/cef_binary_84.4.1%2Bgfdc7504%2Bchromium-84.0.4147.105_windows64_client.tar.bz2
69+
- For x86 download https://cef-builds.spotifycdn.com/cef_binary_86.0.24%2Bg85e79d4%2Bchromium-86.0.4240.198_windows32_client.tar.bz2
70+
- For x64 download https://cef-builds.spotifycdn.com/cef_binary_86.0.24%2Bg85e79d4%2Bchromium-86.0.4240.198_windows64_client.tar.bz2
7171
- Extract and run cefclient.exe
7272
- If you are using WPF/OffScreen run
7373
```

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ The upstream [`CEF` forum](http://magpcss.org/ceforum/) is a valuable resource,
1919
It maybe helpful to run the `cefclient` application and compare output with `CefSharp`. The `WinForms` and `WPF` versions use two different rendering modes, `WPF` uses Offscreen Rendering (`OSR`). `OffScreen` also uses `OSR` mode.
2020

2121
- Download one of the following:
22-
- For x86 download http://opensource.spotify.com/cefbuilds/cef_binary_84.4.1%2Bgfdc7504%2Bchromium-84.0.4147.105_windows32_client.tar.bz2
23-
- For x64 download http://opensource.spotify.com/cefbuilds/cef_binary_84.4.1%2Bgfdc7504%2Bchromium-84.0.4147.105_windows64_client.tar.bz2
22+
- For x86 download https://cef-builds.spotifycdn.com/cef_binary_86.0.24%2Bg85e79d4%2Bchromium-86.0.4240.198_windows32_client.tar.bz2
23+
- For x64 download https://cef-builds.spotifycdn.com/cef_binary_86.0.24%2Bg85e79d4%2Bchromium-86.0.4240.198_windows64_client.tar.bz2
2424
- Extract and run cefclient.exe
2525
- If you are using WPF/OffScreen run
2626
```
@@ -51,7 +51,7 @@ Your bug report should **always follow this template**:
5151
- A stack trace if available, any Exception information.
5252
- Does the cef log provide any relevant information? (By default there should be a debug.log file in your bin directory)
5353
- Any other background information that's relevant? Are you doing something out of the ordinary? 3rd party controls?
54-
- **Does this problem also occur in the `CEF Sample Application` from http://opensource.spotify.com/cefbuilds/index.html?**
54+
- **Does this problem also occur in the `CEF Sample Application` from https://cef-builds.spotifycdn.com/index.html?**
5555

5656
Your bug report should include **what you were doing** in the software when you encountered it, **what you were expecting** to happen and **what happened instead**.
5757

0 commit comments

Comments
 (0)