mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
fix: Android .html redirects
This commit is contained in:
parent
196fa374f7
commit
8b9252d398
|
@ -41,11 +41,11 @@
|
||||||
"destination": "/docs/hardware/devices/rak/core-module#gpio"
|
"destination": "/docs/hardware/devices/rak/core-module#gpio"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "/software/android-too-old",
|
"source": "/software/android-too-old(.*)",
|
||||||
"destination": "/docs/software/android/installation"
|
"destination": "/docs/software/android/installation"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "/docs/software/android/android-installation",
|
"source": "/docs/software/android/android-installation(.*)",
|
||||||
"destination": "/docs/software/android/installation"
|
"destination": "/docs/software/android/installation"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue