Fix repo & documentation URLs (#163)

This commit is contained in:
Woosuk Kwon
2023-06-19 20:03:40 -07:00
committed by GitHub
parent 364536acd1
commit b7e62d3454
7 changed files with 22 additions and 22 deletions

View File

@ -57,7 +57,7 @@ html_logo = 'assets/logos/vllm-logo-text-light.png'
html_theme_options = {
'logo_only': True,
'path_to_docs': 'docs/source',
'repository_url': 'https://github.com/WoosukKwon/vllm',
'repository_url': 'https://github.com/vllm-project/vllm',
'use_repository_button': True,
}