doc(syntax_highlight_in_latex.md): use bitbucket.org/leanprover/pygments-main

[skip ci]
This commit is contained in:
Soonho Kong 2015-02-17 11:47:35 -05:00
parent 421a30d75c
commit eec57bef33

View file

@ -5,16 +5,16 @@ It requires a Python package `Pygments` and a LaTeX package `minted`.
Python Package: `Pygments`
--------------------------
Checkout [Pygments development repository][pygments-dev] and build Pygments:
Checkout [Leanprover's Pygments repository][lean-pygments] and build Pygments:
```bash
hg clone https://bitbucket.org/birkenfeld/pygments-main/
hg clone https://bitbucket.org/leanprover/pygments-main
cd pygments-main
make mapfiles
sudo ./setup.py install
````
[pygments-dev]: https://bitbucket.org/birkenfeld/pygments-main
[lean-pygments]: https://bitbucket.org/leanprover/pygments-main
LaTeX package: `minted`
@ -68,6 +68,4 @@ Some remarks:
Contribute
----------
Please fork [Leonardo de Moura's Pygments repository][pygments-lean], improve it, and make a pull-request.
[pygments-lean]: https://bitbucket.org/leodemoura/pygments-main
Please fork [Leanprover's Pygments repository][lean-pygments], improve it, and make a pull-request.