Skip to content

Commit 6261819

Browse files
znzaycabta
authored andcommitted
Use https instead of http
1 parent 4b5f671 commit 6261819

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/rdoc/test_rdoc_markup_to_markdown.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,9 +363,9 @@ def test_convert_RDOCLINK_image
363363

364364
def test_convert_TIDYLINK
365365
result = @to.convert \
366-
'{DSL}[http://en.wikipedia.org/wiki/Domain-specific_language]'
366+
'{DSL}[https://en.wikipedia.org/wiki/Domain-specific_language]'
367367

368-
expected = "[DSL](http://en.wikipedia.org/wiki/Domain-specific_language)\n"
368+
expected = "[DSL](https://en.wikipedia.org/wiki/Domain-specific_language)\n"
369369

370370
assert_equal expected, result
371371
end

0 commit comments

Comments
 (0)