From b2440e49c3d1e428dd925cbb42cace78126bddf5 Mon Sep 17 00:00:00 2001 From: "Piotr P. Karwasz" Date: Sun, 19 Apr 2026 15:42:00 +0200 Subject: [PATCH] feat: add link to `REPOSITORIES.md` As discussed in apache/commons-parent#701, this change adds a list to the `REPOSITORIES.md` file at the end of each `README.md` file. --- .../resources/commons-xdoc-templates/readme-md-template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/commons-xdoc-templates/readme-md-template.md b/src/main/resources/commons-xdoc-templates/readme-md-template.md index 3dcec03a8..4d39b82ca 100644 --- a/src/main/resources/commons-xdoc-templates/readme-md-template.md +++ b/src/main/resources/commons-xdoc-templates/readme-md-template.md @@ -115,4 +115,5 @@ Additional Resources Apache Commons Components ------------------------- -Please see the [list of components](https://commons.apache.org/components.html) ++ [List of Apache Commons components](https://commons.apache.org/components.html): homepages and documentation for all components. ++ [`REPOSITORIES.md`](https://github.com/apache/commons-parent/blob/master/REPOSITORIES.md): overview of the code repositories and their build status.