From 7f9d0110763c54bbe76a33a4910e2a4a339126c2 Mon Sep 17 00:00:00 2001 From: itepechi <72330683+itepechi@users.noreply.github.com> Date: Wed, 27 Sep 2023 05:30:44 +0900 Subject: [PATCH] Update docs URL pattern --- mix.exs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 97f7f346f..7c48ce202 100644 --- a/mix.exs +++ b/mix.exs @@ -18,9 +18,10 @@ defmodule Pleroma.Mixfile do # Docs name: "Akkoma", homepage_url: "https://akkoma.dev/", - source_url: "https://akkoma.dev/AkkomaGang/akkoma", + source_url: "https://git.itepechi.me/itepechi/akkoma", docs: [ - source_url_pattern: "https://akkoma.dev/AkkomaGang/akkoma/blob/develop/%{path}#L%{line}", + source_url_pattern: + "https://git.itepechi.me/itepechi/akkoma/src/branch/itepechi/%{path}#L%{line}", logo: "priv/static/images/logo.png", extras: ["README.md", "CHANGELOG.md"] ++ Path.wildcard("docs/**/*.md"), groups_for_extras: [