Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2015-11-17 16:14:55 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2015-11-17 16:14:55 +0300
commit889d23575a9f96803be3c0e5ba7bd5213ca3d8db (patch)
tree061f91f688bebfa658e494b4f6ad497aa073a2d2 /README.md
parent932bfeda562b86ee5945b345a8f0b138198b79ab (diff)
Remove link to Wrench from README.md
We're retiring public Wrench and replacing it with Jenkins, see http://lists.ximian.com/pipermail/mono-devel-list/2015-November/043399.html
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 27c6036d1a8..96559ab5c34 100644
--- a/README.md
+++ b/README.md
@@ -80,8 +80,7 @@ Testing and Installation
You can run the mono and mcs test suites with the command: `make check`.
Expect to find a few test suite failures. As a sanity check, you
-can compare the failures you got with [https://wrench.mono-project.com/Wrench/](https://wrench.mono-project.com/Wrench/)
-and [http://jenkins.mono-project.com/](http://jenkins.mono-project.com/).
+can compare the failures you got with [https://jenkins.mono-project.com/](https://jenkins.mono-project.com/).
You can now install mono with: `make install`