mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-30 07:10:51 -08:00
Merge pull request #937 from meshtastic/android_redirects
fix Android .html redirects
This commit is contained in:
commit
76c26210dc
|
@ -41,11 +41,11 @@
|
|||
"destination": "/docs/hardware/devices/rak/core-module#gpio"
|
||||
},
|
||||
{
|
||||
"source": "/software/android-too-old",
|
||||
"source": "/software/android-too-old(.*)",
|
||||
"destination": "/docs/software/android/installation"
|
||||
},
|
||||
{
|
||||
"source": "/docs/software/android/android-installation",
|
||||
"source": "/docs/software/android/android-installation(.*)",
|
||||
"destination": "/docs/software/android/installation"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue