Skip to content

Commit ce4926e

Browse files
committed
Merge pull request ruby-ldap#99 from michaeltwofish/bye-rubyforge
Remove RubyForge references
2 parents 96cc3c2 + cca06e0 commit ce4926e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Hacking.rdoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ patches being accepted, we recommend that you follow the guidelines below:
2525

2626
== Documentation
2727

28-
* Documentation: {net-ldap}[http://net-ldap.rubyforge.org/]
28+
* Documentation: {net-ldap}[http://rubydoc.info/gems/net-ldap]
2929

3030
It is very important that, if you add new methods or objects, your code is
3131
well-documented. The purpose of the changes should be clearly described so that
@@ -63,6 +63,5 @@ installed using RubyGems.
6363

6464
== Participation
6565

66-
* RubyForge: {net-ldap}[http://rubyforge.org/projects/net-ldap]
6766
* GitHub: {ruby-ldap/ruby-net-ldap}[https://github.com/ruby-ldap/ruby-net-ldap/]
6867
* Group: {ruby-ldap}[http://groups.google.com/group/ruby-ldap]

lib/net/ldap.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ def add(args)
858858
# The LDAP protocol provides a full and well thought-out set of operations
859859
# for changing the values of attributes, but they are necessarily somewhat
860860
# complex and not always intuitive. If these instructions are confusing or
861-
# incomplete, please send us email or create a bug report on rubyforge.
861+
# incomplete, please send us email or create an issue on GitHub.
862862
#
863863
# The :operations parameter to #modify takes an array of
864864
# operation-descriptors. Each individual operation is specified in one

0 commit comments

Comments
 (0)