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

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-fluo-website.git


The following commit(s) were added to refs/heads/main by this push:
     new cfbb81b  Update doap and mailing list links
cfbb81b is described below

commit cfbb81b57320c4694c5d6559e3da35d382a9429f
Author: Christopher Tubbs <[email protected]>
AuthorDate: Tue Sep 30 19:35:15 2025 -0400

    Update doap and mailing list links
    
    This fixes #233
---
 doap/fluo-recipes.rdf | 12 ++++++------
 doap/fluo-yarn.rdf    | 12 ++++++------
 doap/fluo.rdf         | 12 ++++++------
 pages/contactus.md    | 26 +++++++++++++-------------
 4 files changed, 31 insertions(+), 31 deletions(-)

diff --git a/doap/fluo-recipes.rdf b/doap/fluo-recipes.rdf
index 5bcd740..c28fa77 100644
--- a/doap/fluo-recipes.rdf
+++ b/doap/fluo-recipes.rdf
@@ -22,7 +22,7 @@
     <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
     <name>Apache Fluo Recipes</name>
     <homepage rdf:resource="https://fluo.apache.org"/>
-    <asfext:pmc rdf:resource="https://fluo.apache.org"/>
+    <asfext:pmc rdf:resource="https://accumulo.apache.org"/>
     <description>Apache Fluo Recipes build on the Fluo API to offer additional
       functionality to developers. They are published separately from Fluo on
       their own release schedule. This allows Fluo Recipes to iterate and
@@ -30,7 +30,7 @@
       slower release cycle). Fluo Recipes offers code to implement common
       patterns on top of Fluo's API. It also offers glue code to external
       libraries like Spark and Kryo.</description>
-    <bug-database 
rdf:resource="https://github.com/apache/fluo-recipes/issues"/>
+    <bug-database 
rdf:resource="https://github.com/apache/accumulo-fluo-recipes/issues"/>
     <mailing-list rdf:resource="https://fluo.apache.org/contactus"/>
     <download-page rdf:resource="https://fluo.apache.org/releases/"/>
     <programming-language>Java</programming-language>
@@ -58,14 +58,14 @@
     </release>
     <repository>
       <GitRepository>
-        <location 
rdf:resource="https://gitbox.apache.org/repos/asf/fluo-recipes.git"/>
-        <browse 
rdf:resource="https://gitbox.apache.org/repos/asf?p=fluo-recipes.git"/>
+        <location 
rdf:resource="https://gitbox.apache.org/repos/asf/accumulo-fluo-recipes.git"/>
+        <browse 
rdf:resource="https://github.com/apache/accumulo-fluo-recipes"/>
       </GitRepository>
     </repository>
     <maintainer>
       <foaf:Person>
-        <foaf:name>Keith Turner</foaf:name>
-        <foaf:mbox rdf:resource="mailto:[email protected]"/>
+        <foaf:name>Apache Accumulo PMC</foaf:name>
+        <foaf:mbox rdf:resource="mailto:[email protected]"/>
       </foaf:Person>
     </maintainer>
   </Project>
diff --git a/doap/fluo-yarn.rdf b/doap/fluo-yarn.rdf
index 3cd806a..df0788d 100644
--- a/doap/fluo-yarn.rdf
+++ b/doap/fluo-yarn.rdf
@@ -22,10 +22,10 @@
     <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
     <name>Apache Fluo YARN</name>
     <homepage rdf:resource="https://fluo.apache.org"/>
-    <asfext:pmc rdf:resource="https://fluo.apache.org"/>
+    <asfext:pmc rdf:resource="https://accumulo.apache.org"/>
     <description>Apache Fluo YARN is a tool for running Apache Fluo
       applications in Apache Hadoop YARN.</description>
-    <bug-database rdf:resource="https://github.com/apache/fluo-yarn/issues"/>
+    <bug-database 
rdf:resource="https://github.com/apache/accumulo-fluo-yarn/issues"/>
     <mailing-list rdf:resource="https://fluo.apache.org/contactus"/>
     <download-page rdf:resource="https://fluo.apache.org/releases/"/>
     <programming-language>Java</programming-language>
@@ -39,14 +39,14 @@
     </release>
     <repository>
       <GitRepository>
-        <location 
rdf:resource="https://gitbox.apache.org/repos/asf/fluo-yarn.git"/>
-        <browse 
rdf:resource="https://gitbox.apache.org/repos/asf?p=fluo-yarn.git"/>
+        <location 
rdf:resource="https://gitbox.apache.org/repos/asf/accumulo-fluo-yarn.git"/>
+        <browse rdf:resource="https://github.com/apache/accumulo-fluo-yarn"/>
       </GitRepository>
     </repository>
     <maintainer>
       <foaf:Person>
-        <foaf:name>Keith Turner</foaf:name>
-        <foaf:mbox rdf:resource="mailto:[email protected]"/>
+        <foaf:name>Apache Accumulo PMC</foaf:name>
+        <foaf:mbox rdf:resource="mailto:[email protected]"/>
       </foaf:Person>
     </maintainer>
   </Project>
diff --git a/doap/fluo.rdf b/doap/fluo.rdf
index 1bccd07..e02f8d5 100644
--- a/doap/fluo.rdf
+++ b/doap/fluo.rdf
@@ -22,14 +22,14 @@
     <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
     <name>Apache Fluo</name>
     <homepage rdf:resource="https://fluo.apache.org"/>
-    <asfext:pmc rdf:resource="https://fluo.apache.org"/>
+    <asfext:pmc rdf:resource="https://accumulo.apache.org"/>
     <description>Apache Fluo is a distributed processing system that lets users
       make incremental updates to large data sets. With Apache Fluo, users can
       set up workflows that execute cross node transactions when data changes.
       These workflows enable users to continuously join new data into large
       existing data sets without reprocessing all data. Apache Fluo is built on
       Apache Accumulo.</description>
-    <bug-database rdf:resource="https://github.com/apache/fluo/issues"/>
+    <bug-database 
rdf:resource="https://github.com/apache/accumulo-fluo/issues"/>
     <mailing-list rdf:resource="https://fluo.apache.org/contactus"/>
     <download-page rdf:resource="https://fluo.apache.org/releases/"/>
     <programming-language>Java</programming-language>
@@ -57,14 +57,14 @@
     </release>
     <repository>
       <GitRepository>
-        <location rdf:resource="https://gitbox.apache.org/repos/asf/fluo.git"/>
-        <browse rdf:resource="https://gitbox.apache.org/repos/asf?p=fluo.git"/>
+        <location 
rdf:resource="https://gitbox.apache.org/repos/asf/accumulo-fluo.git"/>
+        <browse rdf:resource="https://github.com/apache/accumulo-fluo"/>
       </GitRepository>
     </repository>
     <maintainer>
       <foaf:Person>
-        <foaf:name>Keith Turner</foaf:name>
-        <foaf:mbox rdf:resource="mailto:[email protected]"/>
+        <foaf:name>Apache Accumulo PMC</foaf:name>
+        <foaf:mbox rdf:resource="mailto:[email protected]"/>
       </foaf:Person>
     </maintainer>
   </Project>
diff --git a/pages/contactus.md b/pages/contactus.md
index af590b2..4fb43a7 100644
--- a/pages/contactus.md
+++ b/pages/contactus.md
@@ -25,13 +25,13 @@ The `notifications` and `commits` mailing lists receive 
email from automated ser
 and can be used to observe project activity.  Design and code review 
discussion happen on GitHub issues and pull request.  These discussions are 
archived
 to the notifications list.
 
[email protected]           | [Subscribe][dev-sub]     | 
[Unsubscribe][dev-unsub]    | [Archive][dev-arch]
[email protected] | [Subscribe][ntfy-sub]    | 
[Unsubscribe][ntfy-unsub]   | [Archive][ntfy-arch]
[email protected]       | [Subscribe][commits-sub] | 
[Unsubscribe][commits-unsub]| [Archive][commits-arch]
[email protected]           | [Subscribe][dev-sub]     | 
[Unsubscribe][dev-unsub]    | [Archive][dev-arch]
[email protected] | [Subscribe][ntfy-sub]    | 
[Unsubscribe][ntfy-unsub]   | [Archive][ntfy-arch]
[email protected]       | [Subscribe][commits-sub] | 
[Unsubscribe][commits-unsub]| [Archive][commits-arch]
 
 ### Slack
 
-Drop by and chat about Fluo at the `#fluo` channel on the [ASF Slack 
workspace][asf-slack]. Join using this [invite link][slack-invite]. If you have 
trouble joining, email `[email protected]` for an invite.
+Drop by and chat about Fluo at the `#fluo` channel on the [ASF Slack 
workspace][asf-slack]. Join using this [invite link][slack-invite]. If you have 
trouble joining, email `[email protected]` for an invite.
 
 ### Issues
 
@@ -67,14 +67,14 @@ Contributions are welcome to all Apache Fluo projects! If 
you would like help ge
 [ei]: https://github.com/apache/fluo-examples/issues
 [htc]: /how-to-contribute/
 [rtc]: https://www.apache.org/foundation/glossary.html#ReviewThenCommit
-[dev-arch]: https://lists.apache.org/[email protected]
-[ntfy-arch]: https://lists.apache.org/[email protected]
-[commits-arch]: https://lists.apache.org/[email protected]
-[dev-sub]: mailto:[email protected]
-[dev-unsub]: mailto:[email protected]
-[ntfy-sub]: mailto:[email protected]
-[ntfy-unsub]: mailto:[email protected]
-[commits-sub]: mailto:[email protected]
-[commits-unsub]: mailto:[email protected]
+[dev-arch]: https://lists.apache.org/[email protected]
+[ntfy-arch]: 
https://lists.apache.org/[email protected]
+[commits-arch]: https://lists.apache.org/[email protected]
+[dev-sub]: mailto:[email protected]
+[dev-unsub]: mailto:[email protected]
+[ntfy-sub]: mailto:[email protected]
+[ntfy-unsub]: mailto:[email protected]
+[commits-sub]: mailto:[email protected]
+[commits-unsub]: mailto:[email protected]
 [asf-slack]: https://the-asf.slack.com/
 [slack-invite]: https://s.apache.org/slack-invite

Reply via email to