You've already forked oauth2-proxy
							
							
				mirror of
				https://github.com/oauth2-proxy/oauth2-proxy.git
				synced 2025-10-30 23:47:52 +02:00 
			
		
		
		
	Fixed links to docs in readme (#902)
* Fixed links to docs in readme * Fixed logo at the top not being displayed
This commit is contained in:
		
							
								
								
									
										10
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								README.md
									
									
									
									
									
								
							| @@ -1,4 +1,4 @@ | ||||
|  | ||||
|  | ||||
|  | ||||
| [](http://travis-ci.org/oauth2-proxy/oauth2-proxy) | ||||
| [](https://goreportcard.com/report/github.com/oauth2-proxy/oauth2-proxy) | ||||
| @@ -36,9 +36,9 @@ sha256sum -c sha256sum.txt 2>&1 | grep OK | ||||
| oauth2-proxy-x.y.z.linux-amd64: OK | ||||
| ``` | ||||
|  | ||||
| 2.  [Select a Provider and Register an OAuth Application with a Provider](https://oauth2-proxy.github.io/oauth2-proxy/auth-configuration) | ||||
| 3.  [Configure OAuth2 Proxy using config file, command line options, or environment variables](https://oauth2-proxy.github.io/oauth2-proxy/configuration) | ||||
| 4.  [Configure SSL or Deploy behind a SSL endpoint](https://oauth2-proxy.github.io/oauth2-proxy/tls-configuration) (example provided for Nginx) | ||||
| 2.  [Select a Provider and Register an OAuth Application with a Provider](https://oauth2-proxy.github.io/oauth2-proxy/docs/configuration/oauth_provider) | ||||
| 3.  [Configure OAuth2 Proxy using config file, command line options, or environment variables](https://oauth2-proxy.github.io/oauth2-proxy/docs/configuration/overview) | ||||
| 4.  [Configure SSL or Deploy behind a SSL endpoint](https://oauth2-proxy.github.io/oauth2-proxy/docs/configuration/tls) (example provided for Nginx) | ||||
|  | ||||
|  | ||||
| ## Security | ||||
| @@ -48,7 +48,7 @@ See [open redirect vulnverability](https://github.com/oauth2-proxy/oauth2-proxy/ | ||||
|  | ||||
| ## Docs | ||||
|  | ||||
| Read the docs on our [Docs site](https://oauth2-proxy.github.io/oauth2-proxy). | ||||
| Read the docs on our [Docs site](https://oauth2-proxy.github.io/oauth2-proxy/docs/). | ||||
|  | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user