Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
smoya committed Dec 12, 2023
1 parent b89bc44 commit 04241c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/adeo-kafka-request-reply-asyncapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,11 @@ components:
key:
schemaFormat: 'application/vnd.apache.avro+json;version=1.9.0'
schema:
$ref: "https://deploy-preview-921--asyncapi-website.netlify.app/resources/casestudies/adeo/CostingResponseKey.avsc"
$ref: "https://asyncapi.com/resources/casestudies/adeo/CostingResponseKey.avsc"
payload:
schemaFormat: application/vnd.apache.avro;version=1.9.0
schema:
$ref: "https://deploy-preview-921--asyncapi-website.netlify.app/resources/casestudies/adeo/CostingResponsePayload.avsc"
$ref: "https://asyncapi.com/resources/casestudies/adeo/CostingResponsePayload.avsc"
schemas:
RequesterId:
type: string
Expand Down

0 comments on commit 04241c4

Please sign in to comment.