Fix 404 broken links (#11113) (#11114)

Co-authored-by: publish-docs.sh <maintainers@solana.com>
(cherry picked from commit d0d4d9b3d1)

Co-authored-by: Dan Albert <dan@solana.com>
This commit is contained in:
mergify[bot]
2020-07-17 18:01:50 +00:00
committed by GitHub
parent dca00d1bde
commit 549a154394
10 changed files with 41 additions and 15 deletions

View File

@@ -111,11 +111,12 @@ module.exports = {
Terminology: ["terminology"],
History: ["history"],
"Implemented Design Proposals": [
"implemented-proposals/implemented-proposals",
{
type: "category",
label: "Economic Design",
items: [
"implemented-proposals/ed_overview/ed_cluster_economics",
"implemented-proposals/ed_overview/ed_overview",
{
type: "category",
label: "Validation Client Economics",
@@ -152,7 +153,7 @@ module.exports = {
"implemented-proposals/program-derived-addresses",
],
"Accepted Design Proposals": [
"proposals/accepted_design_proposals",
"proposals/accepted-design-proposals",
"proposals/ledger-replication-to-implement",
"proposals/optimistic-confirmation-and-slashing",
"proposals/vote-signing-to-implement",