Skip to content

Commit

Permalink
fix: fix paths not replaced with the command in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
34j committed Mar 24, 2024
1 parent 44d47b7 commit f7df450
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ Default: `rainbows`

Lorem ipsum.

[build-img]:https://github.com/ryansonshine/hexo-renderer-pdf/actions/workflows/release.yml/badge.svg
[build-url]:https://github.com/ryansonshine/hexo-renderer-pdf/actions/workflows/release.yml
[build-img]:https://github.com/34j/hexo-renderer-pdf/actions/workflows/release.yml/badge.svg
[build-url]:https://github.com/34j/hexo-renderer-pdf/actions/workflows/release.yml
[downloads-img]:https://img.shields.io/npm/dt/hexo-renderer-pdf
[downloads-url]:https://www.npmtrends.com/hexo-renderer-pdf
[npm-img]:https://img.shields.io/npm/v/hexo-renderer-pdf
[npm-url]:https://www.npmjs.com/package/hexo-renderer-pdf
[issues-img]:https://img.shields.io/github/issues/ryansonshine/hexo-renderer-pdf
[issues-url]:https://github.com/ryansonshine/hexo-renderer-pdf/issues
[codecov-img]:https://codecov.io/gh/ryansonshine/hexo-renderer-pdf/branch/main/graph/badge.svg
[codecov-url]:https://codecov.io/gh/ryansonshine/hexo-renderer-pdf
[issues-img]:https://img.shields.io/github/issues/34j/hexo-renderer-pdf
[issues-url]:https://github.com/34j/hexo-renderer-pdf/issues
[codecov-img]:https://codecov.io/gh/34j/hexo-renderer-pdf/branch/main/graph/badge.svg
[codecov-url]:https://codecov.io/gh/34j/hexo-renderer-pdf
[semantic-release-img]:https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
[semantic-release-url]:https://github.com/semantic-release/semantic-release
[commitizen-img]:https://img.shields.io/badge/commitizen-friendly-brightgreen.svg
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryansonshine/hexo-renderer-pdf.git"
"url": "git+https://github.com/34j/hexo-renderer-pdf.git"
},
"license": "MIT",
"author": {
"name": "34j",
"email": "ryansonshine@users.noreply.github.com",
"url": "https://github.com/ryansonshine"
"email": "34j@users.noreply.github.com",
"url": "https://github.com/34j"
},
"engines": {
"node": ">=12.0"
Expand All @@ -42,7 +42,7 @@
"codecov"
],
"bugs": {
"url": "https://github.com/ryansonshine/hexo-renderer-pdf/issues"
"url": "https://github.com/34j/hexo-renderer-pdf/issues"
},
"homepage": "https://github.com/ryansonshine/hexo-renderer-pdf#readme",
"devDependencies": {
Expand Down

0 comments on commit f7df450

Please sign in to comment.