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 a3804d8 process.md: fix link to Attic Repo
a3804d8 is described below
commit a3804d8d8fcc5ef38f2589ccf878f5861c57117e
Author: Niall Pemberton <[email protected]>
AuthorDate: Thu May 1 01:56:06 2025 +0100
process.md: fix link to Attic Repo
---
process.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/process.md b/process.md
index 3fefc08..6562324 100644
--- a/process.md
+++ b/process.md
@@ -97,7 +97,7 @@ in [YAML Format](https://en.wikipedia.org/wiki/YAML).
Adding a project to the website is done by adding a YAML file for the project
to the
[_data/projects]({{site.repo}}/blob/main/_data/projects/) directory.
This is currently a manual process, but we hope to automate it more in the
future:
- - clone the Git [Attic Repository]({{site.repo}}/blob/main/_data/projects/)
+ - clone the Git [Attic Repository]({{site.repo}})
- Create the project YAML file (see the [Project Data]({% link data.md %})
page
for help on crafting the YAML file)
- Commit the file to your clone and open a PR request