diff --git a/public/_redirects b/public/_redirects index 2bc89f8e2eea..d9dd86ccbee1 100644 --- a/public/_redirects +++ b/public/_redirects @@ -70,3 +70,8 @@ https://www.asyncapi.io/* https://www.asyncapi.com/:splat 301! # Additional redirection /community/meetings /community/events 301! /cheatsheet https://github.com/asyncapi/website/tree/master/cheatsheet 302! + +# SHORT-DOC-URL-REDIRECTION:START +/s/example https://github.com/asyncapi/spec/blob/master/examples/streetlights-mqtt-asyncapi.yml 301! +/s/* https://github.com/asyncapi/spec/blob/master/examples/:splat 301! +# SHORT-DOC-URL-REDIRECTION:END \ No newline at end of file