Skip to content

Commit d362a9e

Browse files
committed
📚 Fix SASL authenticator rdoc refs
1 parent 9d8460c commit d362a9e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/net/imap.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,13 +1139,13 @@ def starttls(options = {}, verify = true)
11391139
# the documentation for the specific mechanisms you are using:
11401140
#
11411141
# +ANONYMOUS+::
1142-
# See AnonymousAuthenticator[Net::IMAP::SASL::AnonymousAuthenticator].
1142+
# See AnonymousAuthenticator[rdoc-ref:Net::IMAP::SASL::AnonymousAuthenticator].
11431143
#
11441144
# Allows the user to gain access to public services or resources without
11451145
# authenticating or disclosing an identity.
11461146
#
11471147
# +EXTERNAL+::
1148-
# See ExternalAuthenticator[Net::IMAP::SASL::ExternalAuthenticator].
1148+
# See ExternalAuthenticator[rdoc-ref:Net::IMAP::SASL::ExternalAuthenticator].
11491149
#
11501150
# Authenticates using already established credentials, such as a TLS
11511151
# certificate or IPsec.

lib/net/imap/sasl.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ class IMAP
2828
# the documentation for the specific mechanisms you are using:
2929
#
3030
# +ANONYMOUS+::
31-
# See AnonymousAuthenticator[Net::IMAP::SASL::AnonymousAuthenticator].
31+
# See AnonymousAuthenticator.
3232
#
3333
# Allows the user to gain access to public services or resources without
3434
# authenticating or disclosing an identity.
3535
#
3636
# +EXTERNAL+::
37-
# See ExternalAuthenticator[Net::IMAP::SASL::ExternalAuthenticator].
37+
# See ExternalAuthenticator.
3838
#
3939
# Authenticates using already established credentials, such as a TLS
4040
# certificate or IPsec.

0 commit comments

Comments
 (0)