mirror of https://github.com/twbs/bootstrap.git
				
				
				
			Use HTTPS in CDN URLs in _config.yml
For consistency with the rest of the docs and per our code guidelines.
This commit is contained in:
		
							parent
							
								
									866ffc4f37
								
							
						
					
					
						commit
						0fe4fe328c
					
				| 
						 | 
					@ -28,6 +28,6 @@ blog:             http://blog.getbootstrap.com
 | 
				
			||||||
expo:             http://expo.getbootstrap.com
 | 
					expo:             http://expo.getbootstrap.com
 | 
				
			||||||
 | 
					
 | 
				
			||||||
cdn:
 | 
					cdn:
 | 
				
			||||||
  css:            //maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css
 | 
					  css:            https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css
 | 
				
			||||||
  css_theme:      //maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css
 | 
					  css_theme:      https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css
 | 
				
			||||||
  js:             //maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js
 | 
					  js:             https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue