Skip to content

Commit 7db34c6

Browse files
Point at linode-api-docs repo
1 parent b5fa88f commit 7db34c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
#
44

55
# The URL of the raw OpenAPI spec to build linode-cli with.
6-
# TODO: Uncomment before merging
6+
# TODO: Uncomment once spec is available in the akamai-apis repository.
77
# SPEC := https://raw.githubusercontent.com/akamai/akamai-apis/main/apis/linode-api/v4/openapi.json
8-
SPEC := https://gist.githubusercontent.com/lgarber-akamai/1c84a451231195d63e990a89f45788fc/raw/3d4c6c677c06bd28d90ec6dd994c7305da0839af/openapi-new.json
8+
SPEC := https://raw.githubusercontent.com/linode/linode-api-docs/development/openapi.yaml
99

1010
# Test-related arguments
1111
MODULE :=

0 commit comments

Comments
 (0)