This is an automated email from the ASF dual-hosted git repository.

niallp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/attic.git


The following commit(s) were added to refs/heads/main by this push:
     new 7d53a50  Add a couple of links
7d53a50 is described below

commit 7d53a50c91ef1c946b1f610dabcfe9f3b8497ee8
Author: Niall Pemberton <niall.pember...@gmail.com>
AuthorDate: Tue May 6 14:20:06 2025 +0100

    Add a couple of links
---
 _layouts/project-layout.html | 1 +
 data.md                      | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/_layouts/project-layout.html b/_layouts/project-layout.html
index 924bffa..4ac41f6 100644
--- a/_layouts/project-layout.html
+++ b/_layouts/project-layout.html
@@ -181,6 +181,7 @@ limitations under the License.
 
 <p>
 <button class="btn"><a href="{{ site.repo }}/edit/main/{{ page.project_id  | 
prepend: "_data/projects/" | append: ".yaml" }}">Improve the 
{{page.project_name}} data</a></button>
+&nbsp;(see <a href="{%- link data.md -%}">Data Reference (YAML)</a>)
 </p>
 
 <p>
diff --git a/data.md b/data.md
index e587340..cf6b5d9 100644
--- a/data.md
+++ b/data.md
@@ -36,7 +36,7 @@ how the data files are used and the contents of the files:
 
 ## How the Data Files are Used
 
-The project YAML files are used to generate the following:
+The [project YAML files]({{site.repo}}/blob/main/_data/projects/) are used to 
generate the following:
 
  - **Project Pages**
    - A [Project Page]({% link projects.md %}) is generated for each *retired 
project* which has details

Reply via email to