Skip to content

Commit

Permalink
example: rename master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
smmoosavi committed Oct 27, 2022
1 parent e77518e commit c00ad56
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![NPM version](https://badgen.net/npm/v/@ctablex/core)](https://npmjs.com/package/@ctablex/core)
[![NPM downloads](https://badgen.net/npm/dm/@ctablex/core)](https://npmjs.com/package/@ctablex/core)
[![codecov](https://codecov.io/gh/ctablex/core/branch/master/graph/badge.svg)](https://codecov.io/gh/ctablex/core)
[![codecov](https://codecov.io/gh/ctablex/core/branch/main/graph/badge.svg)](https://codecov.io/gh/ctablex/core)

Featureable, flexible and powerful react table. `ctablex` will not hold you back and let you customize table UI and behavior. `ctablex` name is the combination of `table` and `ctx` (context).

Expand Down Expand Up @@ -63,7 +63,7 @@ export function MyTable() {
}
```

[live demo](https://codesandbox.io/s/github/ctablex/core/tree/master/examples/basic?file=/src/BasicTable.tsx), [source code](https://github.com/ctablex/core/tree/master/examples/basic)
[live demo](https://codesandbox.io/s/github/ctablex/core/tree/main/examples/basic?file=/src/BasicTable.tsx), [source code](https://github.com/ctablex/core/tree/main/examples/basic)

### The `Table` component

Expand Down Expand Up @@ -127,8 +127,8 @@ is equal to

## Changelog

Please read the changelog [here](https://github.com/ctablex/core/blob/master/CHANGELOG.md).
Please read the changelog [here](https://github.com/ctablex/core/blob/main/CHANGELOG.md).

## License

This project is licensed under the terms of the [Apache License 2.0](https://github.com/ctablex/core/blob/master/LICENSE).
This project is licensed under the terms of the [Apache License 2.0](https://github.com/ctablex/core/blob/main/LICENSE).
2 changes: 1 addition & 1 deletion examples/0-basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

- Open this example in a new [CodeSandbox]

[codesandbox]: https://codesandbox.io/s/github/ctablex/core/tree/master/examples/0-basic?file=/src/BasicTable.tsx
[codesandbox]: https://codesandbox.io/s/github/ctablex/core/tree/main/examples/0-basic?file=/src/BasicTable.tsx
2 changes: 1 addition & 1 deletion examples/1-material-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ You can:

- Open this example in a new [CodeSandbox]

[codesandbox]: https://codesandbox.io/s/github/ctablex/core/tree/master/examples/1-material-ui?file=/src/App.tsx
[codesandbox]: https://codesandbox.io/s/github/ctablex/core/tree/main/examples/1-material-ui?file=/src/App.tsx
2 changes: 1 addition & 1 deletion examples/2-content/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ You can:

- Open this example in a new [CodeSandbox]

[codesandbox]: https://codesandbox.io/s/github/ctablex/core/tree/master/examples/2-content?file=/src/ProductsTable.tsx
[codesandbox]: https://codesandbox.io/s/github/ctablex/core/tree/main/examples/2-content?file=/src/ProductsTable.tsx
2 changes: 1 addition & 1 deletion examples/3-complex-content/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ You can:

- Open this example in a new [CodeSandbox]

[codesandbox]: https://codesandbox.io/s/github/ctablex/core/tree/master/examples/3-complex-content?file=/src/ProductsTable.tsx
[codesandbox]: https://codesandbox.io/s/github/ctablex/core/tree/main/examples/3-complex-content?file=/src/ProductsTable.tsx
2 changes: 1 addition & 1 deletion examples/4-multipart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ You can:

- Open this example in a new [CodeSandbox]

[codesandbox]: https://codesandbox.io/s/github/ctablex/core/tree/master/examples/4-multipart?file=/src/ProductsTable.tsx
[codesandbox]: https://codesandbox.io/s/github/ctablex/core/tree/main/examples/4-multipart?file=/src/ProductsTable.tsx

0 comments on commit c00ad56

Please sign in to comment.