"git@developer.sourcefind.cn:yangql/composable_kernel-1.git" did not exist on "67ad47e7c124eaa180161e35eaad8a6dbb7985e6"
Unverified Commit 29801a03 authored by Hubert's avatar Hubert Committed by GitHub
Browse files

[Fix] fix docs (#20)

parent 5f2e7c34
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
@media screen and (min-width: 1100px) { @media screen and (min-width: 1100px) {
.header-logo { .header-logo {
top: -12px; top: -25px;
} }
} }
......
...@@ -91,7 +91,7 @@ html_theme_options = { ...@@ -91,7 +91,7 @@ html_theme_options = {
'menu': [ 'menu': [
{ {
'name': 'GitHub', 'name': 'GitHub',
'url': 'https://github.com/opencompass' 'url': 'https://github.com/InternLM/opencompass'
}, },
], ],
# Specify the language of shared menu # Specify the language of shared menu
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
@media screen and (min-width: 1100px) { @media screen and (min-width: 1100px) {
.header-logo { .header-logo {
top: -12px; top: -25px;
} }
} }
......
...@@ -93,7 +93,7 @@ html_theme_options = { ...@@ -93,7 +93,7 @@ html_theme_options = {
'menu': [ 'menu': [
{ {
'name': 'GitHub', 'name': 'GitHub',
'url': 'https://github.com/open-mmlab/opencompass' 'url': 'https://github.com/InternLM/opencompass'
}, },
], ],
# Specify the language of shared menu # Specify the language of shared menu
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment