Bläddra i källkod

Add files via upload

Daniel Voipan 5 år sedan
förälder
incheckning
43c6d2bf34
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      BlackTools/Modules/BT.AutoUpdate.tcl

+ 1 - 1
BlackTools/Modules/BT.AutoUpdate.tcl

@@ -445,7 +445,7 @@ if {$type == 0} {
 ###
 proc blacktools:update_verify {} {
     global black
-    set link "https://raw.githubusercontent.com/tclscripts/BlackTools-TCL/blob/master/VERSION"
+    set link "https://raw.githubusercontent.com/tclscripts/BlackTools-TCL/master/VERSION"
     set ipq [http::config -useragent "lynx"]
 	set error [catch {set ipq [::http::geturl $link -timeout 10000]} eror]
 	set status [::http::status $ipq]