Skip to content

Commit 15bf7ed

Browse files
committed
use https URLs for images
1 parent 166bf7a commit 15bf7ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/development/setting-up-symbol-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ SRV*c:\code\symbols\*http://msdl.microsoft.com/download/symbols;SRV*c:\code\symb
4343

4444
## Using the symbol server in Visual Studio
4545

46-
<img src='http://mdn.mozillademos.org/files/733/symbol-server-vc8express-menu.jpg'>
47-
<img src='http://mdn.mozillademos.org/files/2497/2005_options.gif'>
46+
<img src='https://mdn.mozillademos.org/files/733/symbol-server-vc8express-menu.jpg'>
47+
<img src='https://mdn.mozillademos.org/files/2497/2005_options.gif'>
4848

4949
## Troubleshooting: Symbols will not load
5050

docs/tutorial/desktop-environment-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ the application via JumpList or dock menu, respectively.
6565

6666
__JumpList:__
6767

68-
![JumpList Recent Files](http://i.msdn.microsoft.com/dynimg/IC420538.png)
68+
![JumpList Recent Files](https://cloud.githubusercontent.com/assets/2289/23446924/11a27b98-fdfc-11e6-8485-cc3b1e86b80a.png)
6969

7070
__Application dock menu:__
7171

0 commit comments

Comments
 (0)