Skip to content

Commit 6e33186

Browse files
committed
Remove docs references to the alpha branch
1 parent 88c8d0c commit 6e33186

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,21 @@ Hy is a Lisp dialect that's embedded in Python. Since Hy transforms its Lisp
1111
code into Python abstract syntax tree (AST) objects, you have the whole
1212
beautiful world of Python at your fingertips, in Lisp form.
1313

14-
To install the latest alpha of Hy, just use the command `pip3 install --pre
14+
To install the latest release of Hy, just use the command `pip3 install
1515
--user hy`. Then you can start an interactive read-eval-print loop (REPL) with
1616
the command `hy`, or run a Hy program with `hy myprogram.hy`.
1717

1818
* [Try Hy with a web console](https://hylang.github.io/hy-interpreter)
19-
* [Why Hy?](http://docs.hylang.org/en/alpha/whyhy.html)
20-
* [Tutorial](http://docs.hylang.org/en/alpha/tutorial.html)
19+
* [Why Hy?](http://docs.hylang.org/en/stable/whyhy.html)
20+
* [Tutorial](http://docs.hylang.org/en/stable/tutorial.html)
2121

2222
Project
2323
-------
2424

2525
* Code: https://github.com/hylang/hy
2626
* Documentation:
2727
* master, for use with the latest revision on GitHub: http://docs.hylang.org/en/master
28-
* alpha, for use with the latest alpha release: http://hylang.org/en/alpha
29-
* stable, for use with version 0.20.0: http://hylang.org/en/stable
28+
* stable, for use with the latest release on PyPI: http://hylang.org/en/stable
3029
* Bug reports: We have no bugs! Your bugs are your own! (https://github.com/hylang/hy/issues)
3130
* License: MIT (Expat)
3231
* [Hacking on Hy](http://docs.hylang.org/en/master/hacking.html)

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Hy is a Lisp dialect that's embedded in Python. Since Hy transforms its Lisp
1414
code into Python abstract syntax tree (AST) objects, you have the whole
1515
beautiful world of Python at your fingertips, in Lisp form.
1616

17-
To install the latest alpha of Hy, just use the command ``pip3 install --pre
17+
To install the latest release of Hy, just use the command ``pip3 install
1818
--user hy``. Then you can start an interactive read-eval-print loop (REPL) with
1919
the command ``hy``, or run a Hy program with ``hy myprogram.hy``.
2020

0 commit comments

Comments
 (0)