Fix doc link (#227)

This commit is contained in:
Harshpreet Singh 2019-04-30 07:07:39 -07:00 committed by Andrew Starr-Bochicchio
parent 780261ee6a
commit b6754b7f47
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ const (
)
// ProjectsService is an interface for creating and managing Projects with the DigitalOcean API.
// See: https://developers.digitalocean.com/documentation/documentation/v2/#projects
// See: https://developers.digitalocean.com/documentation/v2/#projects
type ProjectsService interface {
List(context.Context, *ListOptions) ([]Project, *Response, error)
GetDefault(context.Context) (*Project, *Response, error)