diff --git a/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb b/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb index 0ebf3a9194ab1..d13376366aef8 100644 --- a/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb +++ b/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb @@ -56,7 +56,7 @@ def postgresql_connection(config) end module ConnectionAdapters - # The PostgreSQL adapter works with the native C (https://bitbucket.org/ged/ruby-pg) driver. + # The PostgreSQL adapter works with the native C (https://github.com/ged/ruby-pg) driver. # # Options: #