From 2a6b09b6edf11fdc8808c028093669d5a2704405 Mon Sep 17 00:00:00 2001
From: Martin Schroschk <martin.schroschk@tu-dresden.de>
Date: Mon, 6 Sep 2021 10:33:59 +0200
Subject: [PATCH] Improve wording

---
 .../docs/software/software_development_overview.md              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc.zih.tu-dresden.de/docs/software/software_development_overview.md b/doc.zih.tu-dresden.de/docs/software/software_development_overview.md
index 4cdbb991d..ac568513b 100644
--- a/doc.zih.tu-dresden.de/docs/software/software_development_overview.md
+++ b/doc.zih.tu-dresden.de/docs/software/software_development_overview.md
@@ -12,7 +12,7 @@ It will tell you:
     - [Using mathematical libraries](libraries.md)
 - How to deal with (or even prevent) bugs
     - [Find caveats and hidden errors in MPI application codes](mpi_usage_error_detection.md)
-    - [Debuggers](debuggers.md)
+    - [Using debuggers](debuggers.md)
 - How to investigate the performance and efficiency of your code
     - [Pika: monitoring of batch jobs](pika.md)
     - [Perf: sampling-based performance analysis](perf_tools.md)
-- 
GitLab