Skip to content

Commit

Permalink
[Docs] Change github repo url (#25)
Browse files Browse the repository at this point in the history
change github repo url from yaoyaoding/hidet to hidet-rog/hidet
  • Loading branch information
yaoyaoding committed Nov 30, 2022
1 parent ae23f06 commit 7b55f9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
html_theme = 'sphinx_book_theme'
# html_theme = 'sphinx_rtd_theme'
html_theme_options = {
"repository_url": "https://github.com/yaoyaoding/hidet",
"repository_url": "https://github.com/hidet-org/hidet",
"use_repository_button": True,
'logo_only': True,
"extra_navbar": r"<a href=/netron target=_blank>Customized Netron</a>",
Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting-started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ First clone the repository to local:

.. code-block:: console
$ git clone https://github.com/yaoyaoding/hidet
$ git clone https://github.com/hidet-org/hidet
Build shared libraries
~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 7b55f9d

Please sign in to comment.