This is an automated email from the ASF dual-hosted git repository.
curcuru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 2ab8391c Fix typo in docs
2ab8391c is described below
commit 2ab8391c7124a3c54ad91a7201d883796a9123fc
Author: Shane Curcuru <[email protected]>
AuthorDate: Fri Jan 31 15:46:15 2025 -0500
Fix typo in docs
---
www/members/mentor-update.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/members/mentor-update.cgi b/www/members/mentor-update.cgi
index 1c805488..3ebff3d9 100755
--- a/www/members/mentor-update.cgi
+++ b/www/members/mentor-update.cgi
@@ -186,7 +186,7 @@ _html do
myrecord = read_myrecord($USER)
intro = "You can use this form to update your existing Mentor record,
which will be checked into #{MentorFormat::MENTORS_SVN}"
header = 'Update Your Mentor Data (most fields optional)'
- button_help = "Pressing Update will update your existing Mentoring Record
in #{MentorFormat::MENTORS_SVN}#{$USER}.json"
+ button_help = "Pressing Update will update your existing Mentoring Record
in #{MentorFormat::MENTORS_SVN}/#{$USER}.json"
if myrecord.empty?
intro = "You can use this form to volunteer to Mentor other new ASF
Members; when you submit your Mentoring Record will be checked into
#{MentorFormat::MENTORS_SVN})"
header = 'Enter Your Mentor Data (most fields optional)'