From 390b354b4a37b052e11689ba57b8eeabe5cce85e Mon Sep 17 00:00:00 2001 From: Nemo Date: Sat, 27 May 2023 07:58:54 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6a0d29..305f022 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Kuvera Unofficial API Specification -Please see https://captnemo.stoplight.io/docs/kuvera/ +Please see https://captnemo.in/kuvera-unofficial-api-specification/ ## Terms of Service @@ -12,4 +12,4 @@ Generate the Python client by running: docker run --rm -v "$PWD":/local openapitools/openapi-generator-cli generate -c /local/openapi-generator-config.yml -i /local/reference/Kuvera.yaml -o /local/src/python -g python -The generated client is currently broken due to bugs in openapi-generator which misses a few imports. \ No newline at end of file +The generated client is currently broken due to bugs in openapi-generator which misses a few imports.