Skip to content

Commit

Permalink
Use \) in markdown links e.g. [name](url(\))
Browse files Browse the repository at this point in the history
If your url contains a close parenthesis, use \).
  • Loading branch information
bauerca committed Jan 11, 2013
1 parent 011a20b commit ec55b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ DropListener interface. See Issue #20 for a discussion of this.

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

Expand Down

0 comments on commit ec55b6f

Please sign in to comment.