routing(dart): add a rule to redirect folks to dart docs

This commit is contained in:
Naomi Black 2016-03-11 14:30:46 -08:00
parent e42341c9e7
commit 6f56107494
1 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,10 @@
{ {
"source": "/survey", "source": "/survey",
"destination": "/survey.html" "destination": "/survey.html"
},
{
"source": "/dart",
"destination": "/docs/dart/latest/index.html"
} }
], ],
"ignore": [ "ignore": [