Skip to content

Commit 2a30332

Browse files
authored
Docs: fix inverted markdown link format in Mix.Tasks.Xref (#14458)
1 parent ef11da9 commit 2a30332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/tasks/xref.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ defmodule Mix.Tasks.Xref do
383383
lib/b.ex
384384
lib/a.ex (compile)
385385
386-
More precisely, `xref` is printing the (strongly connected components)[https://en.wikipedia.org/wiki/Strongly_connected_component]
386+
More precisely, `xref` is printing the [strongly connected components](https://en.wikipedia.org/wiki/Strongly_connected_component)
387387
in the dependency graph, which is (roughly speaking) the largest set of
388388
files which are part of a dependency cycle involving these files.
389389

0 commit comments

Comments
 (0)