mirror of
https://github.com/enso-org/enso.git
synced 2025-01-03 15:32:00 +03:00
Fix links in Markdown (#6235)
This commit is contained in:
parent
a96d355512
commit
87e076720e
@ -187,9 +187,8 @@ always trust the results you get.
|
||||
|
||||
If you want to start _using_ Enso, please see the download links in the
|
||||
[getting started](#getting-started) section above. Alternatively, you can get
|
||||
the IDE [here](https://github.com/enso-org/ide/releases) and the language itself
|
||||
[here](https://github.com/enso-org/enso/releases). This section is intended for
|
||||
people interested in contributing to the development of Enso.
|
||||
the IDE [here](https://github.com/enso-org/enso/releases). This section is
|
||||
intended for people interested in contributing to the development of Enso.
|
||||
|
||||
Enso is a community-driven open source project which is, and will always be,
|
||||
open and free to use. Join us, help us to build it, and spread the word!
|
||||
|
@ -502,7 +502,7 @@ below may provide more rules for use in specific cases.
|
||||
|
||||
Enso follows the standard rust convention for structuring crates, as provided by
|
||||
`cargo new`. This is discussed more in depth
|
||||
[here](https://learning-rust.github.io/docs/a4.cargo,crates_and_basic_project_structure.html#Project-Structure).
|
||||
[here](https://learning-rust.github.io/docs/cargo-crates-and-basic-project-structure/).
|
||||
|
||||
### The Public API
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user