diff --git a/Makefile b/Makefile index 822a427b..0d833cfa 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ lint: .PHONY: lint # OpenAPI -SPEC_URL=https://raw.githubusercontent.com/tablelandnetwork/docs/bcalza/postquery/specs/validator/tableland-openapi-spec.yaml +SPEC_URL=https://raw.githubusercontent.com/tablelandnetwork/docs/main/specs/validator/tableland-openapi-spec.yaml APIV1=${PWD}/internal/router/controllers/apiv1 gen-api-v1: mkdir -p ${APIV1}