Skip to content

Commit

Permalink
Move all compatibility file to their own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
halotroop2288 committed May 5, 2024
1 parent ff85c74 commit 4393b33
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/javascripts/compatibility_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const labelMap = {
* @returns object containing compatibility data
*/
async function loadCompatibilityJson() {
const res = await fetch("/compatibility/compatibility.json");
const res = await fetch("/faq/compatibility/compatibility.json");
if (res.ok) {
return await res.json();
}
Expand Down

0 comments on commit 4393b33

Please sign in to comment.