From dbd46881e6b643d5e1b2b2fa02da8135e3934515 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 4 Dec 2018 15:18:24 +0100 Subject: [PATCH] Fix links to installation instructions in README-GIT.md The extensions of these files have changed from .txt to .md, see 1b5e3649e51ca84e0ac7eb71a6bf86217197172e Closes #18282. --- README-GIT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README-GIT.md b/README-GIT.md index dca9fb2a94..af30263943 100644 --- a/README-GIT.md +++ b/README-GIT.md @@ -13,5 +13,5 @@ control. After doing this, please proceed with the build as with any official release, i.e. follow the instructions in the port-specific files, e.g. -[wxMSW](docs/msw/install.txt), [wxGTK](docs/gtk/install.txt), -[wxOSX](docs/osx/install.txt) and so on. +[wxMSW](docs/msw/install.md), [wxGTK](docs/gtk/install.md), +[wxOSX](docs/osx/install.md) and so on.