From 79d74d5ec5631351ca829033219906266dd267e7 Mon Sep 17 00:00:00 2001 From: Dj Date: Mon, 16 Mar 2015 14:43:26 -0400 Subject: [PATCH] fix wiki links Signed-off-by: Andreas Tolfsen --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 32275c2be005d..e60d87bfd796e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ See [CONTRIBUTING.md](https://github.com/SeleniumHQ/selenium/blob/master/CONTRIB ## Building Selenium uses a custom build system aptly named -[crazyfun](https://github.com/SeleniumHQ/selenium/wiki/CrazyFunBuild) +[crazyfun](https://github.com/SeleniumHQ/selenium/wiki/Crazy-Fun-Build) available on all fine platforms (Linux, Mac, Windows). We are in the process of replacing this with [buck](http://facebook.github.io/buck/), so don't be alarmed if you @@ -285,7 +285,7 @@ targets. ## Maven _per se_ If it is not clear already, Selenium is not built with Maven, it is -built with [Crazy-Fun](https://github.com/SeleniumHQ/selenium/wiki/CrazyFunBuild) though +built with [Crazy-Fun](https://github.com/SeleniumHQ/selenium/wiki/Crazy-Fun-Build) though that is invoked with *go* as outlined above so you do not really have to learn too much about that. @@ -309,5 +309,5 @@ the name. ## Useful Resources Refer to the [Building Web -Driver](https://github.com/SeleniumHQ/selenium/wiki/BuildingWebDriver) wiki +Driver](https://github.com/SeleniumHQ/selenium/wiki/Building-WebDriver) wiki page for the last word on building the bits and pieces of Selenium.