Skip to content

Commit 2586698

Browse files
Update README (#2)
- Use v2 path, now that it exists - Update CloudStack API doc link, since it has been updated to 4.15.1.0 (and the old link was broken)
1 parent 0ad6453 commit 2586698

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# cloudstack-go
22

3-
[![Go Reference](https://pkg.go.dev/badge/github.com/apache/cloudstack-go/cloudstack.svg)](https://pkg.go.dev/github.com/apache/cloudstack-go/cloudstack)
3+
[![Go Reference](https://pkg.go.dev/badge/github.com/apache/cloudstack-go/v2/cloudstack.svg)](https://pkg.go.dev/github.com/apache/cloudstack-go/v2/cloudstack)
44

55
A CloudStack API client enabling Go programs to interact with CloudStack in a simple and uniform way
66

77
## Status
88

99
This package covers the complete CloudStack API and is well tested. Of course there will still be untested corner cases when you have over 400 API commands that you can use, but over all it's safe to use this package.
1010

11-
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](http://cloudstack.apache.org/docs/api/apidocs-4.11/TOC_Root_Admin.html) website.
11+
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.
1212

1313
## Usage
1414

1515
The cloudstack package is always generated against the latest stable CloudStack release (currently v4.11.x). Luckily the API doesn't change that much, and were it does we try to make sure the generated package is able handle both the old and the new case. Over time it will be impossible to support all version with just one package, but until now we seem to manage this pretty well.
1616

17-
Please see the package documentation on [go.dev](https://pkg.go.dev/github.com/apache/cloudstack-go/cloudstack).
17+
Please see the package documentation on [go.dev](https://pkg.go.dev/github.com/apache/cloudstack-go/v2/cloudstack).
1818

1919
## Example
2020

@@ -59,7 +59,7 @@ I fully understand I need to document this all a little more/better and there sh
5959

6060
## Getting Help
6161

62-
_Please try to see if the [module documentation](https://pkg.go.dev/github.com/apache/cloudstack-go/cloudstack) can provide some answers first!_
62+
_Please try to see if the [module documentation](https://pkg.go.dev/github.com/apache/cloudstack-go/v2/cloudstack) can provide some answers first!_
6363

6464
* If you have an issue: report it on the [issue tracker](https://github.com/apache/cloudstack-go/issues)
6565

0 commit comments

Comments
 (0)