Explorar el Código

https rather than http

Scott Steiner hace 13 años
padre
commit
1b15a54dbe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      wiki.tcl

+ 1 - 1
wiki.tcl

@@ -18,7 +18,7 @@ namespace eval wiki {
 	variable max_lines 1
 	variable max_chars 400
 	variable output_cmd "putserv"
-	variable url "http://en.wikipedia.org/wiki/"
+	variable url "https://en.wikipedia.org/wiki/"
 
 	bind pub -|- "!w" wiki::search
 	bind pub -|- "!wiki" wiki::search