example-redirects.json 283 B

12345678910111213141516
  1. {
  2. "redirects": [
  3. {
  4. "from": "/docs/examples454",
  5. "to": "https://github.com/"
  6. },
  7. {
  8. "from": "/docs/changelog/0.1/#15",
  9. "to": "/docs/changelog/0.1.5"
  10. },
  11. {
  12. "from": "/docs/examples34534534",
  13. "to": "https://github.com/"
  14. }
  15. ]
  16. }