Skip to content

Commit 7e9c49e

Browse files
committed
Move the free tier URL to platform partitioner URL
1 parent 64ee7f1 commit 7e9c49e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.speakeasy/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ speakeasyVersion: latest
33
sources:
44
my-source:
55
inputs:
6-
- location: https://api.unstructured.io/general/openapi.json
6+
- location: https://api.unstructuredapp.io/general/openapi.json
77
overlays:
88
- location: ./overlay_client.yaml
99
registry:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PACKAGE_NAME := unstructured-js-client
22
CURRENT_DIR := $(shell pwd)
33
ARCH := $(shell uname -m)
44
DOCKER_IMAGE ?= quay.io/unstructured-io/unstructured-api:latest
5-
OPENAPI_DOCS_URL ?= https://api.unstructured.io/general/openapi.json
5+
OPENAPI_DOCS_URL ?= https://api.unstructuredapp.io/general/openapi.json
66

77
###########
88
# Install #

0 commit comments

Comments
 (0)