Skip to content

Commit

Permalink
[Connector Builder] Set placeholder documentation_url for builder-gen…
Browse files Browse the repository at this point in the history
…erated spec (#22340)

* set placeholder documentation_url for builder-generated spec

* Switch to example.org
  • Loading branch information
lmossman authored Feb 6, 2023
1 parent 688ccfa commit 369765f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte-webapp/src/components/connectorBuilder/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ export const convertToManifest = (values: BuilderFormValues): ConnectorManifest

const spec: Spec = {
connection_specification: specSchema,
documentation_url: "",
documentation_url: "https://example.org",
type: "Spec",
};

Expand Down

0 comments on commit 369765f

Please sign in to comment.