Merge pull request #119 from michaeljcalkins/patch-1
Fix links that 404 or redirect
This commit is contained in:
		
						commit
						2f629f5737
					
				| 
						 | 
					@ -2,7 +2,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**Clone and run for a quick way to see Electron in action.**
 | 
					**Clone and run for a quick way to see Electron in action.**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This is a minimal Electron application based on the [Quick Start Guide](http://electron.atom.io/docs/latest/tutorial/quick-start) within the Electron documentation.
 | 
					This is a minimal Electron application based on the [Quick Start Guide](http://electron.atom.io/docs/tutorial/quick-start/) within the Electron documentation.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**Use this app along with the [Electron API Demos](http://electron.atom.io/#get-started) app for API code examples to help you get started.**
 | 
					**Use this app along with the [Electron API Demos](http://electron.atom.io/#get-started) app for API code examples to help you get started.**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -12,7 +12,7 @@ A basic Electron application needs just these files:
 | 
				
			||||||
- `main.js` - Starts the app and creates a browser window to render HTML. This is the app's **main process**.
 | 
					- `main.js` - Starts the app and creates a browser window to render HTML. This is the app's **main process**.
 | 
				
			||||||
- `index.html` - A web page to render. This is the app's **renderer process**.
 | 
					- `index.html` - A web page to render. This is the app's **renderer process**.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
You can learn more about each of these components within the [Quick Start Guide](http://electron.atom.io/docs/latest/tutorial/quick-start).
 | 
					You can learn more about each of these components within the [Quick Start Guide](http://electron.atom.io/docs/tutorial/quick-start/).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## To Use
 | 
					## To Use
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -29,7 +29,7 @@ npm install
 | 
				
			||||||
npm start
 | 
					npm start
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Learn more about Electron and its API in the [documentation](http://electron.atom.io/docs/latest).
 | 
					Learn more about Electron and its API in the [documentation](http://electron.atom.io/docs/).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Other Example Apps
 | 
					## Other Example Apps
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue