mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-25 13:44:12 -08:00
Merge pull request #837 from meshtastic/android_broken_links
fix Android broken links
This commit is contained in:
commit
59dc691e7c
14
vercel.json
14
vercel.json
|
@ -27,6 +27,18 @@
|
||||||
{
|
{
|
||||||
"source": "/docs/configuration/rak-gpio-mapping",
|
"source": "/docs/configuration/rak-gpio-mapping",
|
||||||
"destination": "/docs/hardware/devices/rak/core-module#gpio"
|
"destination": "/docs/hardware/devices/rak/core-module#gpio"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "/software/android-too-old",
|
||||||
|
"destination": "/docs/software/android/installation"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "/docs/software/android/android-installation",
|
||||||
|
"destination": "/docs/software/android/installation"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue