nerves-project / nerves

Craft and deploy bulletproof embedded software in Elixir
http://nerves-project.org
Apache License 2.0
2.23k stars 189 forks source link

Stale link in hello_nerves #969

Closed icefoxen closed 4 months ago

icefoxen commented 4 months ago

Sorry if this isn't quite the right repo for this report.

Environment

Current behavior

Starting up the tutorial project with mix nerves.new hello_nerves prints out:

Your Nerves project was created successfully.

You should now pick a target. See https://hexdocs.pm/nerves/targets.html#content
for supported targets. ...

This link is stale, it should be https://hexdocs.pm/nerves/supported-targets.html. The generated README.md also has the same incorrect link in it. I'd offer PR's but I don't have much time free rn. :C

Expected behavior

Tutorial text refers to correct URL.

Thanks!

fhunleth commented 4 months ago

Thanks for the report! This is an easy fix. I'll do it right now.

fhunleth commented 4 months ago

Fixed in https://github.com/nerves-project/nerves_bootstrap/commit/be42dfe555a60f765f4bb1233a035c2fa6b58443.