diff --git a/app/data/links.yml b/app/data/links.yml index ab0cd76..3b1e3b0 100644 --- a/app/data/links.yml +++ b/app/data/links.yml @@ -26,5 +26,5 @@ friends: description: "Our wonderful outreach effort mentors." - bostonrb: name: "BostonRB" - url: "https://www.meetup.com/bostonrb/" + url: "https://www.bostonrubygroup.com" description: "The official local Ruby user group, and a wonderful community of helpful Rubyists." diff --git a/app/views/pages/resources.html.erb b/app/views/pages/resources.html.erb index b548fee..b5a2d6b 100644 --- a/app/views/pages/resources.html.erb +++ b/app/views/pages/resources.html.erb @@ -19,7 +19,7 @@

Community

-

The <%= link_to "Boston Ruby Group", "https://www.meetup.com/bostonrb/" %> organizes monthly presentations and project night. Project night always has a few volunteers available specifically to help others. It is a beginner-friendly event.

+

The <%= link_to "Boston Ruby Group", "https://www.bostonrubygroup.com" %> organizes monthly presentations and project night. Project night always has a few volunteers available specifically to help others. It is a beginner-friendly event.

The Ruby community welcomes you.