Skip to content

Commit

Permalink
Fix incorrect documentation url. (#2342)
Browse files Browse the repository at this point in the history
  • Loading branch information
davinchia committed Mar 8, 2021
1 parent c3d0442 commit 8d54997
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"sourceDefinitionId": "9845d17a-45f1-4070-8a60-50914b1c8e2b",
"name": "HTTP Request",
"dockerRepository": "airbyte/source-http-request",
"dockerImageTag": "0.1.0",
"dockerImageTag": "0.1.1",
"documentationUrl": "https://hub.docker.com/repository/docker/airbyte/source-http-request"
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
- sourceDefinitionId: 9845d17a-45f1-4070-8a60-50914b1c8e2b
name: HTTP Request
dockerRepository: airbyte/source-http-request
dockerImageTag: 0.1.0
dockerImageTag: 0.1.1
documentationUrl: https://hub.docker.com/repository/docker/airbyte/source-http-request
- sourceDefinitionId: e87ffa8e-a3b5-f69c-9076-6011339de1f6
name: Redshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ COPY $CODE_PATH ./$CODE_PATH
COPY setup.py ./
RUN pip install ".[main]"

LABEL io.airbyte.version=0.1.0
LABEL io.airbyte.version=0.1.1
LABEL io.airbyte.name=airbyte/source-http-request
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"documentationUrl": "https://docs.airbyte.io/integrations/sources/rest-api",
"documentationUrl": "https://docs.airbyte.io/integrations/sources/http-request",
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Rest Api Spec",
Expand Down

0 comments on commit 8d54997

Please sign in to comment.