Skip to content

Commit

Permalink
Fix links in Markdown (#6235)
Browse files Browse the repository at this point in the history
  • Loading branch information
somebody1234 authored Apr 11, 2023
1 parent a96d355 commit 87e0767
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
2 changes: 1 addition & 1 deletion docs/style-guide/rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 87e0767

Please sign in to comment.