From 8d603db7005c3926e9c1ba354e71668fcb710c53 Mon Sep 17 00:00:00 2001 From: Shubham Ingale <77089227+SGI-CAPP-AT2@users.noreply.github.com> Date: Fri, 28 Jun 2024 13:25:01 +0530 Subject: [PATCH] Example redirect for Short Urls #3005 --- public/_redirects | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/_redirects b/public/_redirects index baf7f222666c..d860db344ada 100644 --- a/public/_redirects +++ b/public/_redirects @@ -67,6 +67,10 @@ https://www.asyncapi.io/* https://www.asyncapi.com/:splat 301! /github-actions /tools/github-actions 301! # TOOLS-REDIRECTION:END +# SHORT-URL-REDIRECTION:START +/s/example https://github.com/asyncapi/spec/blob/master/examples/streetlights-mqtt-asyncapi.yml 301! +# SHORT-URL-REDIRECTION:END + # Additional redirection /community/meetings /community/events 301! /cheatsheet https://github.com/asyncapi/website/tree/master/cheatsheet 302! \ No newline at end of file