Skip to content

Commit 87e0767

Browse files
authored
Fix links in Markdown (#6235)
1 parent a96d355 commit 87e0767

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,8 @@ always trust the results you get.
187187

188188
If you want to start _using_ Enso, please see the download links in the
189189
[getting started](#getting-started) section above. Alternatively, you can get
190-
the IDE [here](https://github.com/enso-org/ide/releases) and the language itself
191-
[here](https://github.com/enso-org/enso/releases). This section is intended for
192-
people interested in contributing to the development of Enso.
190+
the IDE [here](https://github.com/enso-org/enso/releases). This section is
191+
intended for people interested in contributing to the development of Enso.
193192

194193
Enso is a community-driven open source project which is, and will always be,
195194
open and free to use. Join us, help us to build it, and spread the word!

docs/style-guide/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ below may provide more rules for use in specific cases.
502502

503503
Enso follows the standard rust convention for structuring crates, as provided by
504504
`cargo new`. This is discussed more in depth
505-
[here](https://learning-rust.github.io/docs/a4.cargo,crates_and_basic_project_structure.html#Project-Structure).
505+
[here](https://learning-rust.github.io/docs/cargo-crates-and-basic-project-structure/).
506506

507507
### The Public API
508508

0 commit comments

Comments
 (0)