mirror of
https://github.com/PaddlePaddle/PaddleClas.git
synced 2025-06-03 21:55:06 +08:00
fix doc link
This commit is contained in:
parent
85f0e073a8
commit
0e110d446d
4
setup.py
4
setup.py
@ -20,7 +20,9 @@ with open('requirements.txt', encoding="utf-8-sig") as f:
|
|||||||
|
|
||||||
|
|
||||||
def readme():
|
def readme():
|
||||||
with open('docs/en/whl_en.md', encoding="utf-8-sig") as f:
|
with open(
|
||||||
|
'docs/en/inference_deployment/whl_deploy_en.md',
|
||||||
|
encoding="utf-8-sig") as f:
|
||||||
README = f.read()
|
README = f.read()
|
||||||
return README
|
return README
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user