Skip to content

Commit 508e1a4

Browse files
lpiljosevalim
authored andcommitted
Add Hexdocs link to generated new project README (#4906)
1 parent b1a76ac commit 508e1a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/mix/lib/mix/tasks/new.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,9 @@ defmodule Mix.Tasks.New do
222222
[applications: [:<%= @app %>]]
223223
end
224224
```
225+
226+
If [published on Hexdocs](https://hex.pm/docs/tasks#hex_docs), the docs can
227+
be found at [https://hexdocs.pm/<%= @app %>](https://hexdocs.pm/<%= @app %>)
225228
<% end %>
226229
"""
227230

0 commit comments

Comments
 (0)