Skip to content

Commit e970d8c

Browse files
fniephaustimfel
authored andcommitted
Open new page for PyPI
1 parent 7c111a8 commit e970d8c

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
@@ -330,7 +330,7 @@ img.pylogo {
330330
const highlight = '<span class="highlight-package legend-item-1"></span>'.repeat(Math.ceil(info.highlight));
331331
$('#dataTable tbody').append(`
332332
<tr${styling}>
333-
<td class="dataTable-name"><a href="https://pypi.org/project/${info.name}">${info.name}<a/></td>
333+
<td class="dataTable-name"><a href="https://pypi.org/project/${info.name}" target="_blank">${info.name}<a/></td>
334334
<td class="dataTable-version">${info.version}${highlight}</td>
335335
<td>${info.notes}</td>
336336
</tr>`);

0 commit comments

Comments
 (0)