diff --git a/docs/about/dev.rst b/docs/about/dev.rst index 3ffbe77..2414605 100644 --- a/docs/about/dev.rst +++ b/docs/about/dev.rst @@ -10,7 +10,7 @@ As a developer, you often want make changes to ``learnware`` and hope it would r .. code-block:: bash - $ git clone https://github.com/Learnware-LAMDA/Learnware.git && cd Learnware + $ git clone https://gitlink.org.cn/beimingwu/learnware.git && cd Learnware $ pip install -e .[dev] .. note:: diff --git a/docs/start/exp.rst b/docs/start/exp.rst index eb65d46..b683929 100644 --- a/docs/start/exp.rst +++ b/docs/start/exp.rst @@ -168,7 +168,7 @@ The results are depicted in the following table and figure. Similarly, even when Get Start Examples ========================= -Examples for `Tabular, Text` and `Image` data sets are available at `Learnware Examples `_. You can run { workflow.py } directly to reproduce related experiments. +Examples for `Tabular, Text` and `Image` data sets are available at `Learnware Examples `_. You can run { workflow.py } directly to reproduce related experiments. We utilize the `fire` module to construct our experiments. Table Examples diff --git a/docs/start/install.rst b/docs/start/install.rst index 2ac1d36..02ca018 100644 --- a/docs/start/install.rst +++ b/docs/start/install.rst @@ -36,7 +36,7 @@ Also, Users can install ``learnware`` by the source code according to the follow .. code-block:: bash - $ git clone hhttps://github.com/Learnware-LAMDA/Learnware.git && cd Learnware + $ git clone https://gitlink.org.cn/beimingwu/learnware.git && cd Learnware $ pip install -e .[dev] .. note:: diff --git a/docs/start/quick.rst b/docs/start/quick.rst index aedbb6c..dc4fb59 100644 --- a/docs/start/quick.rst +++ b/docs/start/quick.rst @@ -192,4 +192,4 @@ Auto Workflow Example The ``Learnware`` also offers automated workflow examples. This includes preparing learnwares, uploading and deleting learnwares from the market, and searching for learnwares using both semantic and statistical specifications. -To experience the basic workflow of the Learnware Market, please refer to `Learnware Examples `_. +To experience the basic workflow of the Learnware Market, please refer to `Learnware Examples `_. diff --git a/setup.py b/setup.py index 2d307d6..9f4e998 100644 --- a/setup.py +++ b/setup.py @@ -91,7 +91,7 @@ if __name__ == "__main__": name=NAME, version=VERSION, license="Apache-2.0 Licence", - url="https://gitee.com/beimingwu/learnware", + url="https://www.gitlink.org.cn/beimingwu/learnware", packages=find_packages(), include_package_data=True, description=DESCRIPTION,