We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f1318 commit 6f95398Copy full SHA for 6f95398
application/contributors-list.jsx
@@ -64,7 +64,7 @@ export default class ContributorsList extends React.Component {
64
<td>
65
<ul>
66
{st.substantiveContributors[i].prs.map((pr) => {
67
- return <li key={pr}><a href={`https://www.w3.org/${st.owner}/${st.shortName}/pull/${pr}`}>PR #{pr}</a></li>
+ return <li key={pr}><a href={`https://github.com/${st.owner}/${st.shortName}/pull/${pr}`}>PR #{pr}</a></li>
68
})}
69
</ul>
70
</td>
0 commit comments