Skip to content

Commit 380358d

Browse files
authored
Fix storybook live demo url (#1366)
1 parent 8647c6c commit 380358d

File tree

1 file changed

+2
-2
lines changed
  • packages/react-bootstrap-table2-filter

1 file changed

+2
-2
lines changed

packages/react-bootstrap-table2-filter/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
`react-bootstrap-table2` separate the filter core code base to [`react-bootstrap-table2-filter`](https://github.com/react-bootstrap-table/react-bootstrap-table2/tree/develop/packages/react-bootstrap-table2-filter), so there's a little bit different when you use column filter than `react-bootstrap-table`. In the following, we are going to show you how to enable the column filter:
44

5-
**[Live Demo For Column Filter](https://github.com/react-bootstrap-table/react-bootstrap-table2/blob/gh-pages-src/storybook/index.html?selectedKind=Column%20Filter)**
5+
**[Live Demo For Column Filter](https://react-bootstrap-table.github.io/react-bootstrap-table2/storybook/index.html?selectedKind=Column%20Filter)**
66

77
**[API&Props Definitation](https://react-bootstrap-table.github.io/react-bootstrap-table2/docs/filter-props.html)**
88

@@ -385,4 +385,4 @@ export default () => (
385385
/>
386386
</div>
387387
);
388-
```
388+
```

0 commit comments

Comments
 (0)