Skip to content

Commit

Permalink
fix sed so it replaces correctly the links in sda.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blankdots committed Dec 8, 2023
1 parent 6af6ddc commit a71ed5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aggregate-repositories.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ do

# add special use case for sda.md links

sed -i -E 's#cmd\/(.+)\/#''#g' docs/services/sda.md
sed -i -E 's#cmd\/([a-z0-9\-]+)\/#''#g' docs/services/sda.md
git add docs/services/sda.md

# check if there are any changes
Expand Down
4 changes: 2 additions & 2 deletions docs/services/sda.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ There are also additional support services:

1. [Intercept](intercept.md) relays messages from `CentralEGA` to the system.
2. [s3inbox](s3inbox.md) proxies uploads to the an S3 compatible storage backend.
3. [sync]() project.
4. [syncapi]() project for mirroring data between two installations of SDA.
3. [sync](sync.md) The sync service mirrors ingested data between sites in the [Bigpicture](https://bigpicture.eu/) project.
4. [syncapi](syncapi.md) The sync-api service is used in the [Bigpicture](https://bigpicture.eu/) project for mirroring data between two installations of SDA.

0 comments on commit a71ed5a

Please sign in to comment.