tree: 6e2abe4ebabfae8ac8f4a9ccc938b1f1d7ccd14a [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