diff --git a/content/qa/_index.md b/content/qa/_index.md
index ff0ee185dae091730423b8dec4927672b627f15d..365c55abafae679bc36cedb49954b2516df969d3 100644
--- a/content/qa/_index.md
+++ b/content/qa/_index.md
@@ -10,35 +10,34 @@ aliases = [
 +++
 
 This is the page for the Quality Assurance team. It includes links for
-QA services, documentation, tests, among with any information related to
+QA services, documentation, tests and any information related to
 the different QA processes in the project.
 
-  - [Test cases](https://qa.apertis.org/)
+# Weekly tests reports
 
-## Documentation
+The images are tested weekly using both manual and automated tests as
+documented on the [test case site](https://qa.apertis.org/).
+Reports of the testing performed are available on the
+[test report site](https://lavaphabbridge.apertis.org/).
 
-  - [Test Cases Guidelines]( {{< ref "/qa/test_cases_guidelines.md" >}} )
-  - [LQA Tool]( {{< ref "/qa/lqa.md" >}} )
-  - [Personal LAVA Tests]( {{< ref "/qa/personal_lava_tests.md" >}} )
+# Services
 
-## Weekly tests reports
-
-The images are tested weekly using both manual and automated tests and a report
-is generated on the [QA report application](https://lavaphabbridge.apertis.org/).
-
-## Services
-
-[LAVA (Linaro Automated Validation Architecture)](https://lava.collabora.co.uk)
+- [LAVA (Linaro Automated Validation Architecture)](https://lava.collabora.co.uk)
 
   - [LAVA Documentation](https://lava.collabora.co.uk/static/docs/v2/index.html)
 
-## Tools
+# Tools
 
 Tools used for QA tasks and infrastructure.
 
-  - [lqa](https://gitlab.collabora.com/collabora/lqa): It submits the
-    automated tests jobs to LAVA. It also offers a LAVA API that can be
-    used by other scripts.
-  - [lwr](https://gitlab.collabora.com/collabora/lwr): The LAVA weekly
-    round tool is used to fetch the automated tests results and generate
-    the wiki report page for the weekly testing round.
+- [apertis-test-cases](https://gitlab.apertis.org/tests/apertis-test-cases):
+  Source of automated and manual test cases. Used to generate the
+  [test case site](https://qa.apertis.org/) and to perform automated tests.
+- [apertis-test-cases-web](https://gitlab.apertis.org/tests/apertis-test-cases-web):
+  Source used to generate the index page for the
+  [test case site](https://qa.apertis.org/).
+- [Apertis infrastructure dashboard](https://gitlab.apertis.org/infrastructure/dashboard):
+  Tracking of potential packaging issues.
+- [lqa](https://gitlab.collabora.com/collabora/lqa): It submits the
+  automated tests jobs to LAVA. It also offers a LAVA API that can be
+  used by other scripts.