diff --git a/conf.py b/conf.py index cb16516..2e69396 100644 --- a/conf.py +++ b/conf.py @@ -22,25 +22,25 @@ 'colab_url': 'https://colab.research.google.com' }, 'path_to_docs': 'docs', - 'repository_url': 'https://github.com/godaai/distributed-python', + 'repository_url': 'https://github.com/godaai/scale-py-zh', 'repository_branch': 'main', 'extra_footer': '', 'home_page_in_toc': True, 'icon_links': [ { "name": "English Version", - "url": "https://godaai.github.io/distributed-python-en/", # required + "url": "https://godaai.github.io/scale-py/", # required "icon": "fa fa-language", "type": "fontawesome", }, { "name": "GitHub", - "url": "https://github.com/godaai/distributed-python", - "icon": "https://img.shields.io/github/stars/godaai/distributed-python?style=for-the-badge", + "url": "https://github.com/godaai/scale-py-zh", + "icon": "https://img.shields.io/github/stars/godaai/scale-py-zh?style=for-the-badge", "type": "url", }, ], - 'announcement': "如果你觉得内容对你有帮助,请在 GitHub 上点个 star 吧!", + 'announcement': "如果你觉得内容对你有帮助,请在 GitHub 上点个 star 吧!", 'analytics': {'google_analytics_id': ''}, 'use_repository_button': True, 'use_edit_page_button': False, diff --git a/index.md b/index.md index a3909c5..89ae596 100644 --- a/index.md +++ b/index.md @@ -19,7 +19,7 @@ Dask、Ray、Xorbits、mpi4py % The SVG rendering breaks latex builds for the GitHub badge, so only include in HTML ```{only} html -[![](https://img.shields.io/github/stars/godaai/distributed-python?style=for-the-badge)](https://github.com/godaai/distributed-python) +[![](https://img.shields.io/github/stars/godaai/scale-py-zh?style=for-the-badge)](https://github.com/godaai/distributed-python) ``` :::