Skip to content

Commit

Permalink
fix links in sda.md
Browse files Browse the repository at this point in the history
when moving from sensitive-data-archive to neic-sda the links differ in sda.md fix that
  • Loading branch information
blankdots committed Nov 28, 2023
1 parent 84b02bf commit 30bf8c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions aggregate-repositories.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ do
fi
done

# add special use case for sda.md links

sed -i -E 's/cmd\/(.+)\//services\//g' docs/services/sda.md
git add docs/services/sda.md

# check if there are any changes
if ! git status | grep 'nothing to commit'
then
Expand Down

0 comments on commit 30bf8c4

Please sign in to comment.