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 d79c68e commit 7c111a8Copy full SHA for 7c111a8
docs/site/03-compatibility.md
@@ -71,7 +71,7 @@ img.pylogo {
71
DB.PERCENT_PASSING = (pct) => `${pct}% of the tests are passing on GraalPy.`;
72
const PATCH_AVAILABLE = "GraalPy will automatically apply a patch when installing this package to improve compatibility.";
73
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>.`
+ const BUILD_SCRIPT_AVAILABLE = (url) => `If you have trouble building this package, there is a <a href='${url}' target='_blank'>script</a>.`
75
76
const default_version = 'v242';
77
const show_percentages = true;
0 commit comments