This is an automated email from the ASF dual-hosted git repository.
niallp pushed a commit to branch experimental
in repository https://gitbox.apache.org/repos/asf/attic.git
The following commit(s) were added to refs/heads/experimental by this push:
new 466e70b Link to the Projects/Sub-Projects pages
466e70b is described below
commit 466e70bdc5c173b976f3ca307b8e9d9b5e0eefe7
Author: Niall Pemberton <[email protected]>
AuthorDate: Tue May 6 12:46:46 2025 +0100
Link to the Projects/Sub-Projects pages
---
projects-index.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/projects-index.md b/projects-index.md
index c8d5536..0a7c529 100644
--- a/projects-index.md
+++ b/projects-index.md
@@ -23,14 +23,14 @@ See the License for the specific language governing
permissions and
limitations under the License.
{% endcomment %}
-## Retired Projects
+## [Retired Projects]({% link projects.md %})
{% assign project_array = site.data.project_array | where: "project_type",
"PMC" -%}
{%- for project in project_array -%}
[{{project.project_name}}]({%- link {{project.project_id | prepend:
"projects/" | append: ".html"}} -%}){: .btn style="font-family:SFMono-Regular;"
}
{% endfor -%}
-## Retired Sub-Projects
+## [Retired Sub-Projects]({% link subprojects.md %})
{% assign subproject_array = site.data.project_array | where: "project_type",
"Subproject" -%}
{%- for project in subproject_array -%}