josecebe / twbs-pagination

jQuery pagination plugin (bootstrap powered)
http://josecebe.github.io/twbs-pagination/
Other
1.1k stars 405 forks source link

update the document link #179

Closed ramwin closed 6 years ago

ramwin commented 6 years ago

The origin link http://esimakin.github.io/twbs-pagination/ has been invalid, so I updated the link to http://josecebe.github.io/twbs-pagination/ in README.md.


And I found more invalid link using command find . -type f -not -path '*.git/*' | xargs grep 'esimakin'. I'm not sure if I should change it.

./jquery.twbsPagination.js: * http://esimakin.github.io/twbs-pagination/
./bower.json:    "homepage": "https://github.com/esimakin/twbs-pagination",
./bower.json:        "Eugene Simakin <eugenesimakin@mail.ru>"
./package.json:    "homepage": "https://github.com/esimakin/twbs-pagination",
./package.json:        "url": "git://github.com/esimakin/twbs-pagination.git"
./twbs-pagination.jquery.json:        "email": "mail@esimakin.com",
./twbs-pagination.jquery.json:        "url": "http://www.esimakin.com"
./twbs-pagination.jquery.json:    "homepage": "https://github.com/esimakin/twbs-pagination",
./twbs-pagination.jquery.json:    "demo": "http://esimakin.github.io/twbs-pagination/",
./twbs-pagination.jquery.json:    "download": "https://github.com/esimakin/twbs-pagination/zipball/master",
./twbs-pagination.jquery.json:    "bugs": "https://github.com/esimakin/twbs-pagination/issues"
./jquery.twbsPagination.min.js: * https://github.com/esimakin/twbs-pagination

Thank you for all the people who had maken contributions to this repository. I love this repository.

josecebe commented 6 years ago

All github links should change from 'esimakin' to 'josecebe'. Basicly, we need to avoid changing author's name, email and personal webpage (esimakin.com).

Thanks @ramwin ! feel free to make another PR if wanna change this!