diff --git a/README.md b/README.md index 8aff56a..b56c89f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A simple library for creating text tables. You can install the library using pip: ```bash -pip install text-table --index-url https://jcloud-services.ddns.net/simple/ +pip install text-table --index-url https://repo.jcloud-services.ddns.net/simple/ ``` ## Usage diff --git a/deploy.sh b/deploy.sh index 688313e..36fb1d6 100755 --- a/deploy.sh +++ b/deploy.sh @@ -15,4 +15,4 @@ # limitations under the License. python3 -m build -scp dist/* jcloud@jcloud-services.ddns.net:/srv/data/jcloud/htdocs/simple/config-parser \ No newline at end of file +scp dist/* jcloud@jcloud-services.ddns.net:/srv/data/wwwstatic/repo/simple/config-parser \ No newline at end of file