diff options
author | alyx <alyx@aleteoryx.me> | 2023-07-31 15:16:34 -0400 |
---|---|---|
committer | alyx <alyx@aleteoryx.me> | 2023-07-31 15:16:34 -0400 |
commit | 7063d682f9a49f0ab98fb1f6f75585d8672b3bad (patch) | |
tree | 1c8b498d176fd1cb8c2ceadf046785c286cee221 /searcher/index.html | |
parent | 3ac2ff96a2eaf41f65571ebb43c5c9db5d44bdde (diff) | |
download | RRCUtils-main.tar.gz RRCUtils-main.tar.bz2 RRCUtils-main.zip |
Diffstat (limited to 'searcher/index.html')
-rw-r--r-- | searcher/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searcher/index.html b/searcher/index.html index 83abf53..c221c8f 100644 --- a/searcher/index.html +++ b/searcher/index.html @@ -19,7 +19,7 @@ <link crossorigin href="style.css" rel="preload" as="style"/> <link crossorigin href="/terms.json" rel="preload" as="fetch"/> <link crossorigin href="/circuits.json" rel="preload" as="fetch"/> - <link crossorigin href="https://raw.githubusercontent.com/tyleo-rec/CircuitsV2Resources/master/misc/circuits.json" rel="preload" as="fetch"/> + <link crossorigin href="https://raw.githubusercontent.com/tyleo-rec/CircuitsV2Resources/master/misc/circuitsv2.json" rel="preload" as="fetch"/> <script crossorigin src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/6.4.6/fuse.min.js"></script> <script crossorigin src="/lib/util.js"></script> |