routing(cheatsheet): fix bad link
This commit is contained in:
parent
6490663a2c
commit
d40982dc68
|
@ -23,18 +23,28 @@
|
|||
"destination": "/docs/ts/latest/index.html"
|
||||
},
|
||||
{
|
||||
"source": "cheatsheet",
|
||||
"source": "/cheatsheet",
|
||||
"destination": "/docs/ts/latest/guide/cheatsheet.html"
|
||||
},
|
||||
{
|
||||
"source": "/docs/js/latest/guide/cheatsheet"
|
||||
"source": "/docs/js/latest/guide/cheatsheet.html",
|
||||
"destination": "/docs/js/latest/index.html"
|
||||
},
|
||||
{
|
||||
"source": "/docs/dart/latest/guide/cheatsheet"
|
||||
"source": "/docs/dart/latest/guide/cheatsheet.html",
|
||||
"destination": "/docs/dart/latest/index.html"
|
||||
},
|
||||
{
|
||||
"source": "/AngularCheatSheet_Letter.pdf",
|
||||
"destination": "/docs/ts/latest/guide/AngularCheatSheet_Letter.pdf"
|
||||
},
|
||||
{
|
||||
"source": "/AngularCheatSheet_Poster.pdf",
|
||||
"destination": "/docs/ts/latest/guide/AngularCheatSheet_Poster.pdf"
|
||||
}
|
||||
|
||||
|
||||
|
||||
],
|
||||
"ignore": [
|
||||
"firebase.json",
|
||||
|
|
Loading…
Reference in New Issue