Skip to content

Commit 345b67b

Browse files
committed
ID is tasks
1 parent 603afc5 commit 345b67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ex_doc/formatter/html/templates.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ defmodule ExDoc.Formatter.HTML.Templates do
6161
defp api_reference(_config, nodes_map) do
6262
headers =
6363
if(nodes_map.modules != [], do: [%{id: "Modules", anchor: "modules"}], else: []) ++
64-
if(nodes_map.tasks != [], do: [%{id: "Mix Tasks", anchor: "mix-tasks"}], else: [])
64+
if(nodes_map.tasks != [], do: [%{id: "Mix Tasks", anchor: "tasks"}], else: [])
6565

6666
[%{id: "api-reference", title: "API Reference", group: "", headers: headers}]
6767
end

0 commit comments

Comments
 (0)