redirects.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "redirects": [
  3. {
  4. "source": "/docs/solana-playground",
  5. "destination": "/docs/quickstart/solpg"
  6. },
  7. {
  8. "source": "/docs/hello-world",
  9. "destination": "/docs/quickstart/local"
  10. },
  11. {
  12. "source": "/docs/intro-to-solana",
  13. "destination": "/docs"
  14. },
  15. {
  16. "source": "/release-notes/0.30.1",
  17. "destination": "/docs/updates/release-notes/0-30-1"
  18. },
  19. {
  20. "source": "/release-notes/0.30.0",
  21. "destination": "/docs/updates/release-notes/0-30-0"
  22. },
  23. {
  24. "source": "/release-notes/0.29.0",
  25. "destination": "/docs/updates/release-notes/0-29-1"
  26. },
  27. {
  28. "source": "/release-notes/changelog",
  29. "destination": "/docs/updates/changelog"
  30. },
  31. {
  32. "source": "/docs/high-level-overview",
  33. "destination": "/docs/basics/program-structure"
  34. },
  35. {
  36. "source": "/docs/the-accounts-struct",
  37. "destination": "/docs/basics/program-structure"
  38. },
  39. {
  40. "source": "/docs/the-program-module",
  41. "destination": "/docs/basics/program-structure"
  42. },
  43. {
  44. "source": "/docs/errors",
  45. "destination": "/docs/features/errors"
  46. },
  47. {
  48. "source": "/docs/cross-program-invocations",
  49. "destination": "/docs/basics/cpi"
  50. },
  51. {
  52. "source": "/docs/pdas",
  53. "destination": "/docs/basics/pda"
  54. },
  55. {
  56. "source": "/docs/contribution-guide",
  57. "destination": "/docs/updates/contribution-guide"
  58. },
  59. {
  60. "source": "/docs/publishing-source",
  61. "destination": "/docs"
  62. },
  63. {
  64. "source": "/docs/verifiable-builds",
  65. "destination": "/docs/references/verifiable-builds"
  66. },
  67. {
  68. "source": "/docs/account-constraints",
  69. "destination": "/docs/references/account-constraints"
  70. },
  71. {
  72. "source": "/docs/account-types",
  73. "destination": "/docs/references/account-types"
  74. },
  75. {
  76. "source": "/docs/manifest",
  77. "destination": "/docs/references/anchor-toml"
  78. },
  79. {
  80. "source": "/docs/cli",
  81. "destination": "/docs/references/cli"
  82. },
  83. {
  84. "source": "/docs/avm",
  85. "destination": "/docs/references/avm"
  86. },
  87. {
  88. "source": "/docs/javascript-anchor-types",
  89. "destination": "/docs/references/type-conversion"
  90. },
  91. {
  92. "source": "/docs/space",
  93. "destination": "/docs/references/space"
  94. },
  95. {
  96. "source": "/docs/tic-tac-toe",
  97. "destination": "/docs"
  98. },
  99. {
  100. "source": "/docs/security-exploits",
  101. "destination": "/docs/references/security-exploits"
  102. }
  103. ]
  104. }