File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ A CLI program that cleanly uninstalls tablet drivers.
44
55## Instructions
66
7- - Download ` tabletdrivercleanup.zip ` from [ latest release] ( https://github.com/X9VoiD /TabletDriverCleanup/releases ) .
7+ - Download ` tabletdrivercleanup.zip ` from [ latest release] ( https://github.com/OpenTabletDriver /TabletDriverCleanup/releases ) .
88- Extract the contents of the zip file.
99- Run as administrator.
1010
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ async fn get_resource_online(
134134 bail ! ( RetrievalErr :: Disallowed ( "online" ) )
135135 }
136136
137- let base_url = "https://raw.githubusercontent.com/X9VoiD /TabletDriverCleanup" ;
137+ let base_url = "https://raw.githubusercontent.com/OpenTabletDriver /TabletDriverCleanup" ;
138138 let git_ref = "v4.x" ;
139139 let url = format ! ( "{base_url}/{git_ref}/config/{identifier}" ) ;
140140
You can’t perform that action at this time.
0 commit comments