diff options
author | xse <xse@riseup.net> | 2019-05-07 00:32:07 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-05-07 00:32:07 +0000 |
commit | c81b7070301ca329353af7417fd55be3786fcb40 (patch) | |
tree | befa24596a7d206cff1eade480a63f2e421128ad | |
parent | 6b79be4a06064b8bb54fe73c2ac768d10d52068b (diff) | |
download | pleroma-c81b7070301ca329353af7417fd55be3786fcb40.tar.gz |
Fix/ex_doc source links
-rw-r--r-- | mix.exs | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -16,11 +16,11 @@ defmodule Pleroma.Mixfile do # Docs name: "Pleroma", - source_url: "https://git.pleroma.social/pleroma/pleroma", - source_url_pattern: - "https://git.pleroma.social/pleroma/pleroma/blob/develop/%{path}#L%{line}", homepage_url: "https://pleroma.social/", + source_url: "https://git.pleroma.social/pleroma/pleroma", docs: [ + source_url_pattern: + "https://git.pleroma.social/pleroma/pleroma/blob/develop/%{path}#L%{line}", logo: "priv/static/static/logo.png", extras: ["README.md", "CHANGELOG.md"] ++ Path.wildcard("docs/**/*.md"), groups_for_extras: [ |