We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964c270 commit 5c4c651Copy full SHA for 5c4c651
docs/site/03-compatibility.md
@@ -63,7 +63,7 @@ img.pylogo {
63
});
64
var patch_metadata = new Promise(function (resolve, reject) {
65
const xhr = new XMLHttpRequest();
66
- const url = `https://raw.githubusercontent.com/oracle/graalpython/refs/heads/release/graal-vm/${graalvmVersion}/graalpython/lib-graalpython/patches/metadata.toml`;
+ const url = `https://raw.githubusercontent.com/oracle/graalpython/refs/heads/github/patches/${graalvmVersion}/graalpython/lib-graalpython/patches/metadata.toml`;
67
xhr.open('GET', url);
68
xhr.overrideMimeType('text/plain');
69
xhr.onload = function () {
0 commit comments