Fix 404 broken links (#11113)

Co-authored-by: publish-docs.sh <maintainers@solana.com>
This commit is contained in:
Dan Albert
2020-07-17 11:48:07 -06:00
committed by GitHub
parent e5d8c4383f
commit d0d4d9b3d1
10 changed files with 41 additions and 15 deletions

View File

@ -21,12 +21,12 @@ module.exports = {
position: "left",
},
{
to: "apps/README",
to: "apps",
label: "Developers",
position: "left",
},
{
to: "running-validator/README",
to: "running-validator",
label: "Validators",
position: "left",
},
@ -55,7 +55,7 @@ module.exports = {
},
{
label: "Tour de SOL",
to: "tour-de-sol/README",
to: "tour-de-sol",
},
],
},