Skip to content

Commit

Permalink
Added support for example short urls
Browse files Browse the repository at this point in the history
Signed-off-by: Aakanksha <[email protected]>
  • Loading branch information
aakankshabhende committed Oct 21, 2024
1 parent 3a8f69a commit b03539c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -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-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-URL-REDIRECTION:END

0 comments on commit b03539c

Please sign in to comment.