From 5a2c1ea66d91593cad16e22692fff537eb698466 Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Tue, 9 Oct 2018 13:40:36 +1100 Subject: [PATCH] Updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de7c630d..45a40136 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ parallel. If this is the case for your distribution, you will have to type `/opt/wine-staging/bin/wine` instead of just `wine`. The same also applies for other wine-specific programs like `winecfg`. To learn more about how to use Wine Staging, please take a look at the -[usage instructions](https://github.com/wine-staging/wine-staging/wiki/Usage). +[usage instructions](https://wiki.winehq.org/Wine-Staging_Usage). Building -------- @@ -73,7 +73,7 @@ Before you proceed with the compilation, please make sure that you installed all additional build dependencies required for the Wine Staging features you are interested in (check output of `./configure`). More information about building Wine Staging, optional build dependencies, and hints for packagers are collected -in our [Wiki](https://github.com/wine-staging/wine-staging/wiki/Packaging). +in our [Wiki](https://wiki.winehq.org/Wine-Staging). Contributing ------------