Skip to content

Commit bc79df2

Browse files
authored
Merge pull request #18 from Sherlock113/docs/update-links
docs: Update links
2 parents 87065c4 + de0871d commit bc79df2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docusaurus.config.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const config: Config = {
8989
label: 'BentoML Open-Source',
9090
description:
9191
'The most flexible way to serve AI/ML models and custom inference pipelines in production',
92-
text: 'Github',
92+
text: 'GitHub',
9393
href: 'https://github.com/bentoml',
9494
icon: '/img/open-source.svg'
9595
}
@@ -102,8 +102,8 @@ const config: Config = {
102102
},
103103
{
104104
position: 'left',
105-
href: 'https://docs.bentoml.com/?_gl=1*m5ucq6*_gcl_au*MjA4MzA3MTQ2NS4xNzQ3OTI4MDA5',
106-
label: 'Docs'
105+
href: 'https://l.bentoml.com/join-slack-llm-inference-handbook',
106+
label: 'Community'
107107
},
108108
{
109109
position: 'left',
@@ -114,11 +114,11 @@ const config: Config = {
114114
label: 'Blog'
115115
},
116116
{
117-
href: 'https://www.bentoml.com/llm',
118-
label: 'LLM Inference Handbook'
117+
href: 'https://docs.bentoml.com/en/latest',
118+
label: 'Docs'
119119
},
120120
{
121-
href: 'https://docs.bentoml.com/en/latest/examples/overview.html?_gl=1*m5mrt*_gcl_au*MjA4MzA3MTQ2NS4xNzQ3OTI4MDA5',
121+
href: 'https://docs.bentoml.com/en/latest/examples/overview.html',
122122
label: 'Featured Examples'
123123
}
124124
]

0 commit comments

Comments
 (0)