Skip to content

Commit 5c4c651

Browse files
committed
Use metadata.toml from patches branches.
1 parent 964c270 commit 5c4c651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/site/03-compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ img.pylogo {
6363
});
6464
var patch_metadata = new Promise(function (resolve, reject) {
6565
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`;
66+
const url = `https://raw.githubusercontent.com/oracle/graalpython/refs/heads/github/patches/${graalvmVersion}/graalpython/lib-graalpython/patches/metadata.toml`;
6767
xhr.open('GET', url);
6868
xhr.overrideMimeType('text/plain');
6969
xhr.onload = function () {

0 commit comments

Comments
 (0)