tree: e6517003b5eddd3da6da8f6460ab98970ff9b9de [path history] [tgz]
  1. change-links.sh
  2. expected-output.md
  3. input.md
  4. README.md
move-to-ci-builds/README.md

This folder contains scripts to adapt the builds.a.o links to the new https://ci-builds.apache.org/ service.

Such links are typically found in our modules README files.

To test this use

./change-links.sh < input.md > /tmp/out
diff /tmp/out expected-output.md 

And if that works for you, process a README with

<full-path-to>/change-links.sh < README.md > /tmp/$$ && mv /tmp/$$ README.md