Update the README.md
1. Update the link for device test.
2. Reformat the file.
Bugs: None
Test: None
Change-Id: I88b928d7b2247fb31e8adbd92a19f944cf0bafd4
diff --git a/README.md b/README.md
index 85c8190..8d8e583 100644
--- a/README.md
+++ b/README.md
@@ -246,6 +246,7 @@
### Debugging tips
1. Key error for a new codename in libc/libc.map.txt
+
e.g. what you add in libc/libc.map.txt is:
```
@@ -271,6 +272,7 @@
Solution: Ask in the team and wait for the update.
2. Use of undeclared identifier of the new system call in the test
+
Possible Solution: Check everything ready in the files mentioned above first.
Maybe glibc matters. Follow the example and try #if defined(__GLIBC__).
@@ -323,7 +325,7 @@
Note that we use our own custom gtest runner that offers a superset of the
options documented at
-<https://github.com/google/googletest/blob/master/googletest/docs/AdvancedGuide.md#running-test-programs-advanced-options>,
+<https://github.com/google/googletest/blob/main/docs/advanced.md#running-test-programs-advanced-options>,
in particular for test isolation and parallelism (both on by default).
### Device tests via CTS