Fix links in Markdown (#6235)

This commit is contained in:
somebody1234 2023-04-11 23:55:06 +10:00 committed by GitHub
parent a96d355512
commit 87e076720e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -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!

View File

@ -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