diff --git a/Makefile b/Makefile index d491869..03c34ab 100644 --- a/Makefile +++ b/Makefile @@ -310,7 +310,6 @@ trackchange: # Fix links in www directory fix_links: @find ./www -type f \( -name "*.html" -o -name "robots.txt" -o -name "sitemap.xml" \) -exec sed -i.bak \ - -e "s/src\/branch\/$(branchname)\/blob/src\/branch/g" \ # fix git source for gitea -e "s/{{< var branch >}}/$(branchname)/g" \ -e "s/{{< var branch >}}/$(branchname)/g" \ -e "s/{{< var pubtype >}}/$(pubtype)/g" \