Fix README links reference

This commit is contained in:
Dimitry Ivanov 2018-06-05 15:33:28 +02:00
parent a0b36d4fd2
commit 09518bd0c6

View File

@ -137,7 +137,7 @@ Markwon.scheduleTableRows(textView);
Please note that if you are having trouble with `LinkMovementMethod` you can use Please note that if you are having trouble with `LinkMovementMethod` you can use
`Markwon.setText(textView, markdown, movementMethod)` method (`@since 1.0.6`) to specify _no_ movement `Markwon.setText(textView, markdown, movementMethod)` method (`@since 1.0.6`) to specify _no_ movement
method (aka `null`) or own implementation. As an alternative to the system `LinkMovementMethod` method (aka `null`) or own implementation. As an alternative to the system `LinkMovementMethod`
you can use [better-link-movement-method][Better-Link-Movement-Method]. you can use [Better-Link-Movement-Method][better-link-movement-method].
Please refer to [SpannableConfiguration] document for more info Please refer to [SpannableConfiguration] document for more info