You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@archiva.apache.org by GitBox <gi...@apache.org> on 2022/05/05 13:10:22 UTC

[GitHub] [archiva] ebarboni opened a new pull request, #89: fix mailing list link on master branch

ebarboni opened a new pull request, #89:
URL: https://github.com/apache/archiva/pull/89

   fix link to mailing list on archiva
   default properties changed to valid link too


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@archiva.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [archiva] olamy merged pull request #89: fix mailing list link on master branch

Posted by GitBox <gi...@apache.org>.
olamy merged PR #89:
URL: https://github.com/apache/archiva/pull/89


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@archiva.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [archiva] olamy commented on a diff in pull request #89: fix mailing list link on master branch

Posted by GitBox <gi...@apache.org>.
olamy commented on code in PR #89:
URL: https://github.com/apache/archiva/pull/89#discussion_r866316085


##########
archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/security.properties:
##########
@@ -24,4 +24,4 @@
 email.validation.subject=Welcome to Archiva
 
 # Feedback page
-email.feedback.path=http://archiva.apache.org/mail-lists.html
+email.feedback.path=http://archiva.apache.org/mailing-lists.html

Review Comment:
   ```suggestion
   email.feedback.path=https://archiva.apache.org/mailing-lists.html
   ```



##########
archiva-modules/archiva-web/archiva-webapp/src/main/resources/org/apache/archiva/redback-security.properties:
##########
@@ -24,6 +24,6 @@
 email.validation.subject=Welcome to Archiva
 
 # Feedback page
-email.feedback.path=http://archiva.apache.org/mail-lists.html
+email.feedback.path=http://archiva.apache.org/mailing-lists.html

Review Comment:
   ```suggestion
   email.feedback.path=https://archiva.apache.org/mailing-lists.html
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@archiva.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org