Your Godot version: 4.2.1
Issue description: The hyperlink URI fragment (the #header part in url#header) leading to Android SDK command line tools is incorrect (the target page changed since it was written).
URL to the documentation page: https://docs.godotengine.org/en/stable/tutorials/export/exporting_for_android.html
On header Download the Android SDK, there is a hyperlink to Android website:
Alternatively, you can install the Android SDK using the command line tools.
However, the URI fragment #command-tools is incorrect. Instead of:
https://developer.android.com/studio/#command-tools
it is now
https://developer.android.com/studio/#command-line-tools-only
I will try a PR since it's very easy to fix.