From c36bcf47d39d3fd0eecf14cf857060656ea0ad48 Mon Sep 17 00:00:00 2001 From: Felix Rieseberg Date: Mon, 1 Aug 2016 19:15:03 -0700 Subject: [PATCH] :memo: Fix link to macOS Debugging Instructions --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index aec23bf47ec1..5a39d8edcdc0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -93,6 +93,6 @@ an issue: * [Build Instructions (macOS)](development/build-instructions-osx.md) * [Build Instructions (Windows)](development/build-instructions-windows.md) * [Build Instructions (Linux)](development/build-instructions-linux.md) -* [Debug Instructions (macOS)](development/debug-instructions-windows.md) -* [Debug Instructions (Windows)](development/debug-instructions-macos.md) +* [Debug Instructions (macOS)](development/debug-instructions-macos.md) +* [Debug Instructions (Windows)](development/debug-instructions-windows.md) * [Setting Up Symbol Server in debugger](development/setting-up-symbol-server.md)