mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 18:06:29 +03:00
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 repoArg = repo ? ` --repo ${repo}` : ''
|
||||||
const text = `${COMMAND} ${id}${repoArg}`
|
const text = `${COMMAND} ${id}${repoArg}`
|
||||||
const url = `${repo || projectsRepo}/${id}`
|
const defaultRepo = `https://github.com/${projectsRepo}`
|
||||||
|
const url = `${repo || defaultRepo}/${id}`
|
||||||
const header = (
|
const header = (
|
||||||
<>
|
<>
|
||||||
{title}:{' '}
|
{title}:{' '}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user