Skip to content

Commit

Permalink
Fix malformed json for vercel docs
Browse files Browse the repository at this point in the history
  • Loading branch information
willhickey committed Oct 10, 2024
1 parent e3b1598 commit 6b74cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/publish-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ cat > "$CONFIG_FILE" <<EOF
{ "destination": "https://solana.com/docs/intro/history", "source": "/history" },
{ "destination": "https://solana.com/docs/intro/wallets", "source": "/wallet-guide/support" },
{ "destination": "https://solana.com/docs/intro/wallets", "source": "/wallet-guide" },
{ "destination": "https://solana.com/docs/intro", "source": "/introduction" }
{ "destination": "https://solana.com/docs/intro", "source": "/introduction" },
{ "destination": "https://docs.anza.xyz/implemented-proposals/ed_overview", "source": "/implemented-proposals/ed_overview"}
]
}
Expand Down

0 comments on commit 6b74cd3

Please sign in to comment.