This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-go.git
The following commit(s) were added to refs/heads/main by this push:
new b4a5f38 Link to most current API docs 4.18 (#65)
b4a5f38 is described below
commit b4a5f38c0dd9c4f00f172cb3678e72bc64d5cd7a
Author: John Bampton <[email protected]>
AuthorDate: Fri Aug 4 17:59:27 2023 +1000
Link to most current API docs 4.18 (#65)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ee1d083..23e67fe 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ A CloudStack API client enabling Go programs to interact with
CloudStack in a si
This package covers the complete CloudStack API and is well tested. There may
be some untested corner cases as there are over 600 API commands, but over all,
it's safe to use this package.
-To be able to find the API command you want, they are grouped by 'services'
which match the grouping you can see/find on the [CloudStack API
docs](https://cloudstack.apache.org/api/apidocs-4.15/) website.
+To be able to find the API command you want, they are grouped by 'services'
which match the grouping you can see/find on the [CloudStack API
docs](https://cloudstack.apache.org/api/apidocs-4.18/) website.
## Usage