Skip to content

Commit ec55b6f

Browse files
committed
Use \) in markdown links e.g. [name](url(http://github.com/))
If your url contains a close parenthesis, use \).
1 parent 011a20b commit ec55b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ DropListener interface. See Issue #20 for a discussion of this.
208208

209209
If your DSLV instance `android:choiceMode` is not `"none"`, and your
210210
ListAdapter does not have stable ids, you must call
211-
[DragSortListView.moveCheckState(int from, int to)](http://bauerca.github.com/drag-sort-listview/reference/com/mobeta/android/dslv/DragSortListView.html#moveCheckState(int, int))
211+
[DragSortListView.moveCheckState(int from, int to)](http://bauerca.github.com/drag-sort-listview/reference/com/mobeta/android/dslv/DragSortListView.html#moveCheckState(int, int\))
212212
within `drop(from, to)`. See the documentation in the DSLV API for more
213213
info.
214214

0 commit comments

Comments
 (0)