Skip to content

Commit 7c111a8

Browse files
fniephaustimfel
authored andcommitted
Open new page for build scripts
1 parent d79c68e commit 7c111a8

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
@@ -71,7 +71,7 @@ img.pylogo {
7171
DB.PERCENT_PASSING = (pct) => `${pct}% of the tests are passing on GraalPy.`;
7272
const PATCH_AVAILABLE = "GraalPy will automatically apply a patch when installing this package to improve compatibility.";
7373
const LOWER_PRIORITY = "This version works, but there is no reason to prefer it over more recent versions.";
74-
const BUILD_SCRIPT_AVAILABLE = (url) => `If you have trouble building this package, there is a <a href='${url}'>script</a>.`
74+
const BUILD_SCRIPT_AVAILABLE = (url) => `If you have trouble building this package, there is a <a href='${url}' target='_blank'>script</a>.`
7575

7676
const default_version = 'v242';
7777
const show_percentages = true;

0 commit comments

Comments
 (0)