Skip to content

Sed absolute links with relative ones

Matija Čupić requested to merge handbook-cleanup-links into enforce-relative-links

Review App:
https://handbook-cleanup-links.about.gitlab.com/handbook/

rg --files-with-matches "https?://about.gitlab.com" ./source/handbook | xargs sed -E -i.bak "s/https?:\/\/about.gitlab.com//"
Edited by Matija Čupić

Merge request reports