Adjust README.md to point to {download,docs}.racket-lang.org
As suggested by Sam.
This commit is contained in:
parent
ecf905469a
commit
ea2d1571a8
28
README.md
28
README.md
|
@ -3,19 +3,31 @@ packages. The rest of the Racket distribution source code is in other
|
||||||
repositories, mostly under [the Racket GitHub
|
repositories, mostly under [the Racket GitHub
|
||||||
organization](https://github.com/racket).
|
organization](https://github.com/racket).
|
||||||
|
|
||||||
Building
|
Distribution and Documentation
|
||||||
--------
|
------------------------------
|
||||||
|
|
||||||
To build the full Racket distribution from this repository, run `make`
|
Download a built version of Racket from
|
||||||
in the top-level directory. To build minimal Racket, run `make base`.
|
|
||||||
For more information, see the [Build Guide](build.md).
|
[https://download.racket-lang.org](https://download.racket-lang.org)
|
||||||
|
|
||||||
|
View documentation for the distribution and packages at
|
||||||
|
|
||||||
|
[https://docs.racket-lang.org](https://docs.racket-lang.org)
|
||||||
|
|
||||||
|
Building from Source
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
For information on building Racket from this repository, see the
|
||||||
|
[Build Guide](build.md).
|
||||||
|
|
||||||
Contributing
|
Contributing
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Contribute to Racket by submitting a pull request, joining the
|
Contribute to Racket by
|
||||||
[development mailing list](https://lists.racket-lang.org), or visiting
|
submitting a [pull request](https://github.com/racket/racket/pulls),
|
||||||
the IRC or Slack channels.
|
reporting an [issue](https://github.com/racket/racket/issues),
|
||||||
|
joining the [development mailing list](https://lists.racket-lang.org),
|
||||||
|
or visiting the IRC or Slack channels.
|
||||||
|
|
||||||
By making a contribution, you are agreeing that your contribution is
|
By making a contribution, you are agreeing that your contribution is
|
||||||
licensed under the LGPLv3, Apache 2.0, and MIT licenses. Those
|
licensed under the LGPLv3, Apache 2.0, and MIT licenses. Those
|
||||||
|
|
Loading…
Reference in New Issue
Block a user