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 7c111a8 commit e970d8cCopy full SHA for e970d8c
docs/site/03-compatibility.md
@@ -330,7 +330,7 @@ img.pylogo {
330
const highlight = '<span class="highlight-package legend-item-1"></span>'.repeat(Math.ceil(info.highlight));
331
$('#dataTable tbody').append(`
332
<tr${styling}>
333
- <td class="dataTable-name"><a href="https://pypi.org/project/${info.name}">${info.name}<a/></td>
+ <td class="dataTable-name"><a href="https://pypi.org/project/${info.name}" target="_blank">${info.name}<a/></td>
334
<td class="dataTable-version">${info.version}${highlight}</td>
335
<td>${info.notes}</td>
336
</tr>`);
0 commit comments