1
0
mirror of synced 2025-12-25 02:09:19 -05:00

fix mysql doc link / scaffold links (#4956)

This commit is contained in:
Jared Rhizor
2021-07-29 23:00:04 -07:00
committed by GitHub
parent 8500fef413
commit fb902dcc2e
5 changed files with 5 additions and 4 deletions

View File

@@ -8,6 +8,6 @@ COPY build/distributions/${APPLICATION}*.tar ${APPLICATION}.tar
RUN tar xf ${APPLICATION}.tar --strip-components=1
LABEL io.airbyte.version=0.4.0
LABEL io.airbyte.version=0.4.1
LABEL io.airbyte.name=airbyte/source-mysql

View File

@@ -1,5 +1,5 @@
{
"documentationUrl": "https://docs.airbyte.io/integrations/source/mysql",
"documentationUrl": "https://docs.airbyte.io/integrations/sources/mysql",
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "MySql Source Spec",