From 25c1e03e4a9c1adaaa16db2f2e9b48371b32390f Mon Sep 17 00:00:00 2001 From: Sergio Moya <1083296+smoya@users.noreply.github.com> Date: Sun, 24 Apr 2022 20:07:04 +0200 Subject: [PATCH] Update README.md Co-authored-by: Alejandra Quetzalli --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6b4258cad6..31e9341593b 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Generated files of the website go to the `.next` folder. ## JSON Schema definitions -All AsyncAPI JSON Schema definition files are being served within the `/definitions/` path. The content is literally being served from GH, in particular from https://github.com/asyncapi/spec-json-schemas/tree/master/schemas. +All AsyncAPI JSON Schema definition files are being served within the `/definitions/` path. The content is being served from GH, in particular from https://github.com/asyncapi/spec-json-schemas/tree/master/schemas. This is possible thanks to the following: 1. A [Netlify Rewrite rule](https://docs.netlify.com/routing/redirects/rewrites-proxies/) located in the [netlify.toml](netlify.toml) file, which acts as proxy for all requests to the `/definitions/` path, serving the content from GH without having an HTTP redirect.