Skip to content

Commit 62b3492

Browse files
authored
Merge pull request #1919 from YogeshSinghChouhan/fix-readme-links
Readme invalid hyperlinks corrected
2 parents 1dff5e1 + 650cd1c commit 62b3492

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Please replace your usage of bower with npm, yarn or a javascript package manage
4141
- Smart auto-scrolling
4242
- Advanced swap detection
4343
- Smooth animations
44-
- [Multi-drag](https://github.com/SortableJS/Sortable/tree/master/plugins/MultiDrag) support
44+
- [Multi-drag](https://github.com/SortableJS/Sortable/tree/master/packages/plugins/multi-drag) support
4545
- Support for CSS transforms
4646
- Built using native HTML5 drag and drop API
4747
- Supports
@@ -133,7 +133,7 @@ You can use any element for the list and its elements, not just `ul`/`li`. Here
133133

134134
### Options
135135

136-
Here we've summarised the options with their ~~default values~~ example values. More details available in the [docs/sortable-options](https://github.com/SortableJS/Sortable/tree/master/docs/sortable-options)
136+
Here we've summarised the options with their ~~default values~~ example values. More details available in the [docs/sortable-options](https://github.com/SortableJS/Sortable/blob/master/docs/sortable-options.md)
137137

138138
```ts
139139
var sortable = new Sortable(el, {
@@ -435,13 +435,13 @@ Mounts a plugin to Sortable.
435435

436436
#### Extra Plugins (included in complete versions)
437437

438-
- [MultiDrag](https://github.com/SortableJS/Sortable/tree/master/plugins/MultiDrag)
439-
- [Swap](https://github.com/SortableJS/Sortable/tree/master/plugins/Swap)
438+
- [MultiDrag](https://github.com/SortableJS/Sortable/tree/master/packages/plugins/multi-drag)
439+
- [Swap](https://github.com/SortableJS/Sortable/tree/master/packages/plugins/swap)
440440

441441
#### Default Plugins (included in default versions)
442442

443-
- [AutoScroll](https://github.com/SortableJS/Sortable/tree/master/plugins/AutoScroll)
444-
- [OnSpill](https://github.com/SortableJS/Sortable/tree/master/plugins/OnSpill)
443+
- [AutoScroll](https://github.com/SortableJS/Sortable/tree/master/packages/plugins/auto-scroll)
444+
- [OnSpill](https://github.com/SortableJS/Sortable/tree/master/packages/plugins/on-spill)
445445

446446
---
447447

0 commit comments

Comments
 (0)