Skip to content

Commit 6af9dc4

Browse files
committed
Rename prepend_llms_links to append_llms_links
1 parent 871fb24 commit 6af9dc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule ExHLS.Mixfile do
2323
source_url: @github_url,
2424
docs: docs(),
2525
homepage_url: "https://membrane.stream",
26-
aliases: [docs: ["docs", &prepend_llms_links/1]]
26+
aliases: [docs: ["docs", &append_llms_links/1]]
2727
]
2828
end
2929

@@ -85,7 +85,7 @@ defmodule ExHLS.Mixfile do
8585
]
8686
end
8787

88-
defp prepend_llms_links(_) do
88+
defp append_llms_links(_args) do
8989
output_dir = docs()[:output] || "doc"
9090
path = Path.join(output_dir, "llms.txt")
9191

0 commit comments

Comments
 (0)