[docs] fix: invalid path param (#34403)

fix: invalid path param
This commit is contained in:
Nick Frostbutter 2023-12-11 15:44:16 -05:00 committed by GitHub
parent 676e80c80a
commit 967f1cd31c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -106,8 +106,8 @@ cat > "$CONFIG_FILE" <<EOF
{ "source": "/developing/runtime-facilities/:path*", "destination": "/runtime/:path*" },
{ "destination": "https://solana.com/docs/rpc/:path*", "source": "/api/:path*" },
{ "destination": "https://solana.com/docs/rpc/:path*", "source": "/developing/clients/jsonrpc-api" },
{ "destination": "https://solana.com/docs/rpc/:path*", "source": "/apps/jsonrpc-api" },
{ "destination": "https://solana.com/docs/rpc", "source": "/developing/clients/jsonrpc-api" },
{ "destination": "https://solana.com/docs/rpc", "source": "/apps/jsonrpc-api" },
{ "destination": "https://solana.com/docs/terminology", "source": "/terminology" },
{ "destination": "https://solana.com/docs/core/rent", "source": "/developing/intro/rent" },
{ "destination": "https://solana.com/docs/core/programs", "source": "/developing/intro/programs" },