summaryrefslogtreecommitdiff
path: root/spec/bundler
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-03-28 09:45:01 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-03-28 11:44:45 +0900
commit7630a89a4bf352e1310b5323e3e2ee976eecddca (patch)
tree2a94debc016a50936501015b8145c466cf8bde13 /spec/bundler
parent67bdb7aabaef106ee377dd7757365db1ce46d531 (diff)
Use www.rfc-editor.org for RFC text.
We use the following site for that now: * https://tools.ietf.org/ or http * https://datatracker.ietf.org or http Today, IETF said the official site of RFC is www.rfc-editor.org. FYI: https://authors.ietf.org/en/references-in-rfcxml I replaced them to www.rfc-editor.org.
Diffstat (limited to 'spec/bundler')
-rw-r--r--spec/bundler/bundler/digest_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/bundler/digest_spec.rb b/spec/bundler/bundler/digest_spec.rb
index fd7b0c968e..f876827964 100644
--- a/spec/bundler/bundler/digest_spec.rb
+++ b/spec/bundler/bundler/digest_spec.rb
@@ -11,7 +11,7 @@ RSpec.describe Bundler::Digest do
it "is compatible with stdlib" do
random_strings = ["foo", "skfjsdlkfjsdf", "3924m", "ldskfj"]
- # https://datatracker.ietf.org/doc/html/rfc3174#section-7.3
+ # https://www.rfc-editor.org/rfc/rfc3174#section-7.3
rfc3174_test_cases = ["abc", "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq", "a", "01234567" * 8]
(random_strings + rfc3174_test_cases).each do |payload|