Skip to content

Commit e3835ad

Browse files
committed
Correct ruby-pg repo link in rdocs
1 parent cf525eb commit e3835ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def postgresql_connection(config)
5656
end
5757

5858
module ConnectionAdapters
59-
# The PostgreSQL adapter works with the native C (https://bitbucket.org/ged/ruby-pg) driver.
59+
# The PostgreSQL adapter works with the native C (https://github.com/ged/ruby-pg) driver.
6060
#
6161
# Options:
6262
#

0 commit comments

Comments
 (0)