Skip to content

Commit c23ae13

Browse files
authored
Merge pull request #4 from Kuuuube/redirect-urls
Reference OpenTabletDriver urls instead of x9void
2 parents 09970e9 + 486a477 commit c23ae13

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/services/identifiers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)