Copilot commented on code in PR #423:
URL:
https://github.com/apache/grails-static-website/pull/423#discussion_r2749661732
##########
conf/questions.yml:
##########
@@ -163,7 +163,7 @@ questions:
slug: 'question_develocity'
title: 'Where can I view the Develocity instance for the Grails framework?'
answer: |
- Our Develocity instance can be found at
[https://ge.grails.org](https://ge.grails.org).
+ Our Develocity instance can be found at
[https://develocity.apache.org/](https://develocity.apache.org/).
Review Comment:
The trailing slash in the URL is inconsistent with other URLs in this file.
Most URLs in the file (e.g., lines 7, 20, 34, 53, 59, 62, 68, 78, 81, etc.) do
not include a trailing slash. For consistency, consider removing the trailing
slash from both the display text and the URL to match the pattern:
`[https://develocity.apache.org](https://develocity.apache.org)`
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]