Skip to content

Commit 6fdb161

Browse files
Update readme links.
1 parent f2ca1c7 commit 6fdb161

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
![npm version](https://img.shields.io/npm/v/table-sort-js)
22
![npm downloads](https://img.shields.io/npm/dm/table-sort-js)
33
[![jsDeliver downloads](https://data.jsdelivr.com/v1/package/npm/table-sort-js/badge)](https://www.jsdelivr.com/package/npm/table-sort-js)
4-
![repo size](https://img.shields.io/github/repo-size/leewannacott/table-sort-js)
5-
![MIT licence](https://img.shields.io/github/license/LeeWannacott/table-sort-js)
4+
![repo size](https://img.shields.io/github/repo-size/kyle-wannaacott/table-sort-js)
5+
![MIT licence](https://img.shields.io/github/license/kyle-wannacott/table-sort-js)
66
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
7-
![build status](https://img.shields.io/github/actions/workflow/status/leewannacott/table-sort-js/jest.yml?branch=master)
7+
![build status](https://img.shields.io/github/actions/workflow/status/kyle-wannacott/table-sort-js/jest.yml?branch=master)
88

99
# TABLE-SORT-JS.
1010

1111
- Description: HTML table sorting library with sort type inference builtin and browser extension available. [#VanillaJS](http://vanilla-js.com/)
1212

13-
- [Demo](https://leewannacott.github.io/Portfolio/#/GitHub)
14-
- [Documentation.](https://leewannacott.github.io/table-sort-js/docs/about.html)
13+
- [Demo](https://kyle-wannacott.github.io/Portfolio/#/GitHub)
14+
- [Documentation.](https://kyle-wannacott.github.io/table-sort-js/docs/about.html)
1515
(work in progress)
1616
- [npm package.](https://www.npmjs.com/package/table-sort-js) and [jsDelivr](https://www.jsdelivr.com/package/npm/table-sort-js)
1717
- [Firefox](https://addons.mozilla.org/en-US/firefox/addon/table-sort-js/) and [Chrome](https://chrome.google.com/webstore/detail/table-sort-js/dioemkojkjhlhmfiocgniipejgkbfibb) browser extensions: Tables of any website you visit become sortable!
@@ -30,7 +30,7 @@ Or non-minified version (larger size, but easier to debug!):
3030
<script src="https://cdn.jsdelivr.net/npm/table-sort-js/table-sort.js"></script>
3131
```
3232

33-
Example on how to use table-sort-js with [HTML](https://leewannacott.github.io/table-sort-js/docs/html5.html)
33+
Example on how to use table-sort-js with [HTML](https://kyle-wannacott.github.io/table-sort-js/docs/html5.html)
3434

3535
- <b>Option 2:</b> Install from npm:
3636

@@ -42,7 +42,7 @@ npm install table-sort-js
4242
import tableSort from "table-sort-js/table-sort.js";
4343
```
4444

45-
Examples on using table-sort-js with frontend frameworks such as [React.js](https://leewannacott.github.io/table-sort-js/docs/react.html) and [Vue.js](https://leewannacott.github.io/table-sort-js/docs/vue.html)
45+
Examples on using table-sort-js with frontend frameworks such as [React.js](https://kyle-wannacott.github.io/table-sort-js/docs/react.html) and [Vue.js](https://kyle-wannacott.github.io/table-sort-js/docs/vue.html)
4646

4747
## To make tables sortable:
4848

@@ -89,4 +89,4 @@ Examples on using table-sort-js with frontend frameworks such as [React.js](http
8989

9090
## Development:
9191

92-
If you wish to contribute, install instructions can be found [here.](https://leewannacott.github.io/table-sort-js/docs/development.html)
92+
If you wish to contribute, install instructions can be found [here.](https://kyle-wannacott.github.io/table-sort-js/docs/development.html)

0 commit comments

Comments
 (0)