Browse Source

:memo: Fix link to macOS Debugging Instructions

Felix Rieseberg 8 years ago
parent
commit
c36bcf47d3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/README.md

+ 2 - 2
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)