Skip to content
Snippets Groups Projects
Commit 1a6c73fd authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel :speech_balloon:
Browse files

change links from mat.tuhh.de to gitlab pages

parent a268d5cc
No related branches found
No related tags found
No related merge requests found
Pipeline #104071 passed
......@@ -36,5 +36,7 @@ do
echo "Found collaborator $fullname"
# replace name in index.md file
sed -i "s;$name;\[$fullname\]($baseurl/home/$name);g" $build_dir/$filename
sed -i "s;$name;\[$fullname\]($name.html);g" $build_dir/$filename
#sed -i "s;$name;\[$fullname\]($baseurl/home/$name);g" $build_dir/$filename #uncomment this line for linking the mat.tuhh.de webpage
done
......@@ -44,7 +44,8 @@
echo "Found collaborator $fullname"
# replace name in .md file
sed -i "s;$name;\[$fullname\]($baseurl/home/$name);g" $build_dir/$filename
sed -i "s;$name;\[$fullname\]($name.html);g" $build_dir/$filename
#sed -i "s;$name;\[$fullname\]($baseurl/home/$name);g" $build_dir/$filename #uncomment this line for linking the mat.tuhh.de webpage
echo "# $fullname" > ./build/$name.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment