Skip to content

Commit 0922160

Browse files
authored
Update editor2.html
1 parent 02797a3 commit 0922160

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

editor2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ <h2>GitHub Token (PAT)</h2>
316316
<script>
317317
const OWNER = 'BlazeFTL', REPO = 'Link-Shortner-uBlockOrigin';
318318
const FILE = 'Ubo-LinkShortners.txt';
319-
const RAW = `https://raw.githubusercontent.com/${OWNER}/${REPO}/main/${FILE}`;
319+
const RAW = `https://raw.githubusercontent.com/BlazeFTL/Link-Shortner-uBlockOrigin/refs/heads/main/Ubo-LinkShortners.txt`;
320320
const API = `https://api.github.com/repos/${OWNER}/${REPO}/contents/${FILE}`;
321321

322322
const editor = document.getElementById('editor');

0 commit comments

Comments
 (0)