URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). Original pull request: gh-394.
This commit is contained in:
committed by
Mark Paluch
parent
94f20f0ae5
commit
e62cb65ef6
@@ -22,7 +22,7 @@ badges:
|
||||
icon: ci
|
||||
|
||||
- name: StackOverflow
|
||||
url: http://stackoverflow.com/questions/tagged/spring-vault
|
||||
url: https://stackoverflow.com/questions/tagged/spring-vault
|
||||
icon: stackoverflow
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user