mirror of https://github.com/explosion/spaCy.git
Fix project repo link [ci skip]
This commit is contained in:
parent
930b116f00
commit
566d048753
|
@ -16,7 +16,8 @@ export default function Project({
|
|||
}) {
|
||||
const repoArg = repo ? ` --repo ${repo}` : ''
|
||||
const text = `${COMMAND} ${id}${repoArg}`
|
||||
const url = `${repo || projectsRepo}/${id}`
|
||||
const defaultRepo = `https://github.com/${projectsRepo}`
|
||||
const url = `${repo || defaultRepo}/${id}`
|
||||
const header = (
|
||||
<>
|
||||
{title}:{' '}
|
||||
|
|
Loading…
Reference in New Issue