make all redirect_from's arrays (#1075)

make Gatsby happy again
This commit is contained in:
Alex Krolick
2018-07-19 10:51:07 -07:00
committed by GitHub
parent c5b0584d03
commit 48cbb02dd2
15 changed files with 30 additions and 15 deletions

View File

@@ -5,7 +5,8 @@ layout: contributing
permalink: docs/codebase-overview.html
prev: how-to-contribute.html
next: implementation-notes.html
redirect_from: "contributing/codebase-overview.html"
redirect_from:
- "contributing/codebase-overview.html"
---
This section will give you an overview of the React codebase organization, its conventions, and the implementation.