chore(*): replace leodemoura with leanprover
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
ba34c5d588
commit
69bfc682b4
3 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
<th>Ubuntu</th><th>OS X</th><th>Windows</th><th>Coverage</th><th>Builds / UnitTests / Dynamic Analyses</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://travis-ci.org/leodemoura/lean"><img src="https://travis-ci.org/leodemoura/lean.png?branch=master" title="Ubuntu 12.04 LTS 64bit, g++-4.8 | clang++-3.3"/></a></td>
|
||||
<td><a href="https://travis-ci.org/leanprover/lean"><img src="https://travis-ci.org/leanprover/lean.png?branch=master" title="Ubuntu 12.04 LTS 64bit, g++-4.8 | clang++-3.3"/></a></td>
|
||||
<td><a href="https://travis-ci.org/soonhokong/lean-osx"><img src="https://travis-ci.org/soonhokong/lean-osx.png?branch=master" title="Mac OS X 10.8.2, g++-4.9"/></a></td>
|
||||
<td><a href="https://travis-ci.org/soonhokong/lean-windows"><img src="https://travis-ci.org/soonhokong/lean-windows.png?branch=master" title="Windows, x86_64-w64-mingw32-g++-4.8.2"/></a></td>
|
||||
<td><a href="https://coveralls.io/r/soonhokong/lean?branch=master"><img src="https://coveralls.io/repos/soonhokong/lean/badge.png?branch=master"/></a></td>
|
||||
|
@ -11,7 +11,7 @@
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
**Remark: Lean 0.2 is under development. To try Lean, please use [version 0.1](https://github.com/leodemoura/lean0.1).**
|
||||
**Remark: Lean 0.2 is under development. To try Lean, please use [version 0.1](https://github.com/leanprover/lean0.1).**
|
||||
|
||||
About
|
||||
-----
|
||||
|
|
|
@ -2,7 +2,7 @@ Lean Tutorial
|
|||
=============
|
||||
|
||||
**WARNING: This tutoral is for Lean 0.1, before major modifications performed in version 0.2.
|
||||
Version 0.2 is still under development. [Here you can find a snapshot of Lean 0.1](https://github.com/leodemoura/lean0.1).**
|
||||
Version 0.2 is still under development. [Here you can find a snapshot of Lean 0.1](https://github.com/leanprover/lean0.1).**
|
||||
|
||||
Introduction
|
||||
------------
|
||||
|
|
|
@ -30,7 +30,7 @@ Preparing working environment on Ubuntu 12.04
|
|||
sudo apt-get install libboost1.54-dev
|
||||
sudo apt-get install libboost-thread1.54-dev
|
||||
|
||||
### Fork Lean on github : https://github.com/leodemoura/lean
|
||||
### Fork Lean on github : https://github.com/leanprover/lean
|
||||
|
||||
### Create a projects directory
|
||||
|
||||
|
|
Loading…
Reference in a new issue