diff --git a/README.md b/README.md index 71596e68b186764ba2c650ed77d3642cc63b5dcc..189be777ad4d5060f84c70864f35812659b347fa 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,5 @@ 灏嗕唬鐮佸姞鍏ュ埌 requirements.txt ``` -git+http://git.lucahealthcare.cn/basic-packages/luca-algorithm-common.git@main#egg=luca-algorithm-common +git+https://git.lucahealthcare.cn/luca-open-source/luca-algorithm-common.git@main#egg=luca-algorithm-common ``` diff --git a/setup.py b/setup.py index 986be535582c0b6f0a9a4ca85e8ff8f1bdda7868..46bcca8baefee37d5bdc24a5bb9384b1731fa6d0 100644 --- a/setup.py +++ b/setup.py @@ -10,5 +10,5 @@ setup( description='鎻愪緵luca绠楁硶寮€鍙戠殑涓€浜涘熀鏈畾涔�', author='chenxunhai', author_email='xunhai.chen@lucahealthcare.cn', - url='http://git.lucahealthcare.cn/basic-packages/luca-algorithm-common', + url='http://git.lucahealthcare.cn/luca-open-source/luca-algorithm-common', )