fix: conform articles to the template

This commit is contained in:
Michele Cereda
2023-05-25 23:55:23 +02:00
parent b22c05f31f
commit d02c7698ca
11 changed files with 143 additions and 48 deletions

View File

@@ -1,7 +1,10 @@
# Android
## Table of contents <!-- omit in toc -->
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
@@ -58,12 +61,20 @@ fastboot reboot
## Further readings
- [ADB]
- [How to Use ADB and Fastboot on Android]
- [Using ADB and fastboot]
## Sources
All the references in the [further readings] section, plus the following:
- [How to Use ADB and Fastboot on Android]
<!-- project's references -->
[adb]: https://developer.android.com/studio/command-line/adb
<!-- in-article references -->
[further readings]: #further-readings
<!-- internal references -->
<!-- external references -->
[how to use adb and fastboot on android]: https://www.makeuseof.com/tag/use-adb-fastboot-android/