Skip to content

Commit

Permalink
fix: doc get started url
Browse files Browse the repository at this point in the history
  • Loading branch information
zxc0328 committed Dec 10, 2019
1 parent fd9f79c commit 442baa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/graphin-site/site/pages/index.zh.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ const IndexPage = () => {
description: t(
'GraphinStudio 是基于 Graphin 开发的通用关系分析平台,具有关系扩散,关系发现,布局切换等功能',
),
link: `${i18n.language}/GraphinStudio`,
link: `/${i18n.language}/GraphinStudio`,
image: 'https://gw.alipayobjects.com/mdn/rms_00edcb/afts/img/A*Y9y9QqfXYdkAAAAAAAAAAABkARQnAQ',
},
];

const bannerButtons = [
{
text: t('继续了解'),
link: `${i18n.language}/docs/manual/introduction`,
link: `/${i18n.language}/docs/manual/introduction`,
type: 'primary',
},
{
Expand Down

0 comments on commit 442baa5

Please sign in to comment.