diff --git a/Makefile b/Makefile index 3466cad..a2c6129 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ else endif publish: - wget --no-cache -O content/pages/Changelog.md https://raw.githubusercontent.com/openAVproductions/openAV-Luppp/MarkdownChangelog/CHANGELOG.md + wget --no-cache -O content/pages/Changelog.md https://git.netzspielplatz.de/soundship/luppp/raw/master/CHANGELOG.md sed -i '1i Title: Changelog' content/pages/Changelog.md $(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(PUBLISHCONF) $(PELICANOPTS)