We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7abbae commit 031cf46Copy full SHA for 031cf46
mix.exs
@@ -14,7 +14,7 @@ defmodule ExDoc.Mixfile do
14
package: package(),
15
escript: escript(),
16
elixirc_paths: elixirc_paths(Mix.env()),
17
- source_url: @source_url,
+ source_url: @source_url <> "BROKEN",
18
test_elixirc_options: [docs: true, debug_info: true],
19
test_ignore_filters: [&String.starts_with?(&1, "test/fixtures/")],
20
name: "ExDoc",
0 commit comments