mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	Update endpoint from HTTP to HTTPS (#5622)
This commit is contained in:
		
							parent
							
								
									6685aac42c
								
							
						
					
					
						commit
						fe96d19421
					
				@ -2,5 +2,5 @@
 | 
			
		||||
# TODO: Make the section part easier to use.
 | 
			
		||||
function node-docs {
 | 
			
		||||
  local section=${1:-all}
 | 
			
		||||
  open_command "http://nodejs.org/docs/$(node --version)/api/$section.html"
 | 
			
		||||
  open_command "https://nodejs.org/docs/$(node --version)/api/$section.html"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user