Fix absolute url to github
This commit is contained in:
		
					parent
					
						
							
								7c62cfba33
							
						
					
				
			
			
				commit
				
					
						7842a90c5e
					
				
			
		
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -20,7 +20,8 @@ var win = new BrowserWindow({ width: 800, height: 600 });
 | 
			
		|||
win.loadUrl('https://github.com');
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Note: for the reverse (access renderer process from main process), you can use [webContents.executeJavascript](https://github.com/atom/electron/blob/master/docs/api/browser-window.md#browserwindowwebcontents).
 | 
			
		||||
Note: for the reverse (access renderer process from main process), you can use
 | 
			
		||||
[webContents.executeJavascript](browser-window.md#webcontents-executejavascript-code).
 | 
			
		||||
 | 
			
		||||
## Remote objects
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue