docs: fix and update links (#1714)

This commit is contained in:
Jonas L 2022-03-29 13:07:38 +02:00 committed by GitHub
parent be25dea447
commit 331df277b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
52 changed files with 235 additions and 212 deletions

View file

@ -6,7 +6,7 @@ all: clean build
SHELL = bash
DOMAIN = libretime
ISSUE_TRACKER = https://github.com/LibreTime/libretime/issues
ISSUE_TRACKER = https://github.com/libretime/libretime/issues
PO_FILE = $(DOMAIN).po
PO_FILES = $(wildcard */LC_MESSAGES/$(PO_FILE))
MO_FILES = $(PO_FILES:.po=.mo)