Skip to content

Fix AngProj URL

Nick Götti requested to merge fix-angproj-url into master

using the bash command line

for f in $(git ls-files *.adoc); do sed -i s@{ci_server_baseurl}ifs/AngProj@https://gitlab.dev.ifs.hsr.ch/ifs/AngProj@g $f; done

also fix deeplinks to "Überblick" section (ü instead of Ü in https://gitlab.dev.ifs.hsr.ch/ifs/AngProj/-/blob/master/README.md#überblick)

Merge request reports