Fix link to block storage API reference (#287)

The previous link does lead to the right anchor.
This commit is contained in:
Timo Reimann 2019-12-11 15:41:58 +01:00 committed by Andrew Starr-Bochicchio
parent 4c7f4b725f
commit 2c78636bc2
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ const (
// StorageService is an interface for interfacing with the storage
// endpoints of the Digital Ocean API.
// See: https://developers.digitalocean.com/documentation/v2#storage
// See: https://developers.digitalocean.com/documentation/v2/#block-storage
type StorageService interface {
ListVolumes(context.Context, *ListVolumeParams) ([]Volume, *Response, error)
GetVolume(context.Context, string) (*Volume, *Response, error)