Skip to content

Commit

Permalink
fix links in sda.md (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
blankdots authored Dec 1, 2023
2 parents 84b02bf + e3e55de commit 2c04e9b
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\/(.+)\/#''#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 2c04e9b

Please sign in to comment.