From 71cd87e239ba4ba846eb5da04e45a451b8a840cb Mon Sep 17 00:00:00 2001 From: Ilya Ryzhenkov Date: Fri, 3 Oct 2014 22:51:44 +0400 Subject: Resolve links in docs. --- test/src/markdown/ParserTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/src') diff --git a/test/src/markdown/ParserTest.kt b/test/src/markdown/ParserTest.kt index 2a310bb2..20b95625 100644 --- a/test/src/markdown/ParserTest.kt +++ b/test/src/markdown/ParserTest.kt @@ -26,7 +26,7 @@ public class ParserTest { } Test fun linkWithHref() { - runTestFor("text [links](http://destination)") + runTestFor("text [links](http://google.com)") } Test fun multiline() { -- cgit