Skip to content

Commit d3444dc

Browse files
authored
fix: update issue links from longbridge/openapi to longbridge/developers (#880)
Issues 已从 longbridge/openapi 迁移至 longbridge/developers,同步更新文档中所有相关链接。 ## 修改内容 - `docs/.vitepress/locales/{en,zh-CN,zh-HK}/nav.ts` — 导航栏 Issues 链接 - `docs/{en,zh-CN,zh-HK}/docs/getting-started.md` — 文档正文中的 Issues 链接
1 parent addaff6 commit d3444dc

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/.vitepress/locales/en/nav.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ export const nav = (): DefaultTheme.NavItem[] => {
1111
: { text: 'Docs', link: '/docs', activeMatch: '^(/en)?/docs(?!/api)' },
1212
{ text: 'API Reference', link: '/docs/api', activeMatch: '^(/en)?/docs/api' },
1313
{ text: 'SDK', link: '/sdk', activeMatch: '^(/en)?/sdk' },
14-
{ text: 'Issues', link: 'https://github.com/longbridge/openapi/issues', target: '_blank' },
14+
{ text: 'Issues', link: 'https://github.com/longbridge/developers/issues', target: '_blank' },
1515
])
1616
}

docs/.vitepress/locales/zh-CN/nav.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ export const nav = (lang: string): DefaultTheme.NavItem[] => {
1111
: { text: '文档', link: `/${lang}/docs`, activeMatch: `^/${lang}/docs(?!/api)` },
1212
{ text: 'API 参考', link: `/${lang}/docs/api`, activeMatch: `^/${lang}/docs/api` },
1313
{ text: 'SDK', link: `/${lang}/sdk`, activeMatch: `^/${lang}/sdk` },
14-
{ text: 'Issues', link: 'https://github.com/longbridge/openapi/issues', target: '_blank' },
14+
{ text: 'Issues', link: 'https://github.com/longbridge/developers/issues', target: '_blank' },
1515
])
1616
}

docs/.vitepress/locales/zh-HK/nav.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ export const nav = (lang: string): DefaultTheme.NavItem[] => {
1111
: { text: '文檔', link: `/${lang}/docs`, activeMatch: `^/${lang}/docs(?!/api)` },
1212
{ text: 'API 參考', link: `/${lang}/docs/api`, activeMatch: `^/${lang}/docs/api` },
1313
{ text: 'SDK', link: `/${lang}/sdk`, activeMatch: `^/${lang}/sdk` },
14-
{ text: 'Issues', link: 'https://github.com/longbridge/openapi/issues', target: '_blank' },
14+
{ text: 'Issues', link: 'https://github.com/longbridge/developers/issues', target: '_blank' },
1515
])
1616
}

docs/en/docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1811,4 +1811,4 @@ If there are any questions or suggestions, please feel free to post an issue on
18111811

18121812
Or there have a lot old discussion in the GitHub issue, you can search the issue to find the answer.
18131813

1814-
- GitHub: https://github.com/longbridge/openapi/issues
1814+
- GitHub: https://github.com/longbridge/developers/issues

docs/zh-CN/docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1812,4 +1812,4 @@ SDK 的详细 API 文档请访问:https://longbridge.github.io/openapi/
18121812

18131813
在 GitHub 上,也有很多历史的讨论和问题可以参考,你也可以试着搜索一下,或许也能找到问题的解决方案。
18141814

1815-
访问地址:https://github.com/longbridge/openapi/issues
1815+
访问地址:https://github.com/longbridge/developers/issues

docs/zh-HK/docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1729,4 +1729,4 @@ https://longbridge.github.io/openapi/
17291729

17301730
在 GitHub 上,也有很多歷史的討論和問題可以參考,你也可以試著搜尋一下,或許也能找到問題的解決方案。
17311731

1732-
訪問網址:https://github.com/longbridge/openapi/issues
1732+
訪問網址:https://github.com/longbridge/developers/issues

0 commit comments

Comments
 (0)