Merge pull request #937 from meshtastic/android_redirects

fix Android .html redirects
This commit is contained in:
rcarteraz 2024-01-21 11:31:39 -07:00 committed by GitHub
commit 76c26210dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
},
{