Skip to content

Commit

Permalink
update copy.sh: replace absolute urls with relative urls when copying
Browse files Browse the repository at this point in the history
Signed-off-by: Mehdi Nassim KHODJA <18899702+naskio@users.noreply.github.com>
  • Loading branch information
naskio committed Aug 1, 2024
1 parent 2a533aa commit 1a69a7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/copy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ for file in $(find ./_docs -type f -name "*.md" -maxdepth 2); do
fi
fi
done

# Replace https://armadaproject.io with . in _includes/CONTRIBUTING.md using perl
perl -pi -e 's/https:\/\/armadaproject.io/./g' _includes/CONTRIBUTING.md

0 comments on commit 1a69a7c

Please sign in to comment.