Skip to content

Commit a0ede93

Browse files
committed
📚🐛 Fix rdoc-refs to SASL authenticators
1 parent ad5cbfc commit a0ede93

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
@@ -1003,12 +1003,12 @@ def starttls(options = {}, verify = true)
10031003
# the documentation for the specific mechanisms you are using:
10041004
#
10051005
# +PLAIN+::
1006-
# See PlainAuthenticator[Net::IMAP::SASL::PlainAuthenticator].
1006+
# See PlainAuthenticator[rdoc-ref:Net::IMAP::SASL::PlainAuthenticator].
10071007
#
10081008
# Login using clear-text username and password.
10091009
#
10101010
# +XOAUTH2+::
1011-
# See XOAuth2Authenticator[Net::IMAP::SASL::XOAuth2Authenticator].
1011+
# See XOAuth2Authenticator[rdoc-ref:Net::IMAP::SASL::XOAuth2Authenticator].
10121012
#
10131013
# Login using a username and an OAuth2 access token. Non-standard and
10141014
# obsoleted by +OAUTHBEARER+, but widely supported.

lib/net/imap/sasl.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ class IMAP
2828
# the documentation for the specific mechanisms you are using:
2929
#
3030
# +PLAIN+::
31-
# See PlainAuthenticator[Net::IMAP::SASL::PlainAuthenticator].
31+
# See PlainAuthenticator.
3232
#
3333
# Login using clear-text username and password.
3434
#
3535
# +XOAUTH2+::
36-
# See XOAuth2Authenticator[Net::IMAP::SASL::XOAuth2Authenticator].
36+
# See XOAuth2Authenticator.
3737
#
3838
# Login using a username and an OAuth2 access token. Non-standard and
3939
# obsoleted by +OAUTHBEARER+, but widely supported.

0 commit comments

Comments
 (0)