Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
biologyscience committed Aug 18, 2022
1 parent f503cd8 commit d6ef769
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://biologyscience.github.io/package/alpha-coders/svg/Alpha%20Coders.svg" alt="Cover" height="200px" width="600px">
<img src="https://alpha-coders.js.org/svg/Alpha%20Coders.svg" alt="Cover" height="200px" width="600px">
</p>

# About
Expand Down Expand Up @@ -83,19 +83,19 @@ If you face any other issue, feel free to create an issue on the [issues page](h

# Useful Links
<a href="https://github.com/biologyscience/alpha-coders">
<img alt="GitHub" src="https://biologyscience.github.io/package/alpha-coders/svg/GitHub.svg" height="40px">
<img alt="GitHub" src="https://alpha-coders.js.org/svg/GitHub.svg" height="40px">
</a>
<a href="https://www.npmjs.com/package/alpha-coders">
<img alt="npm" src="https://biologyscience.github.io/package/alpha-coders/svg/npm.svg" height="40px">
<img alt="npm" src="https://alpha-coders.js.org/svg/npm.svg" height="40px">
</a>
<a href="https://biologyscience.github.io/package/alpha-coders">
<img alt="Website" src="https://biologyscience.github.io/package/alpha-coders/svg/Website.svg" height="40px">
<a href="https://alpha-coders.js.org">
<img alt="Website" src="https://alpha-coders.js.org/svg/Website.svg" height="40px">
</a>
<a href="https://biologyscience.gitbook.io/alpha-coders/">
<img alt="Documentation" src="https://biologyscience.github.io/package/alpha-coders/svg/Docs.svg" height="40px">
<a href="https://biologyscience.gitbook.io/alpha-coders">
<img alt="Documentation" src="https://alpha-coders.js.org/svg/Docs.svg" height="40px">
</a>
<a href="https://github.com/biologyscience/alpha-coders/blob/main/LICENSE">
<img alt="License" src="https://biologyscience.github.io/package/alpha-coders/svg/Open%20Source.svg" height="40px">
<img alt="License" src="https://alpha-coders.js.org/svg/Open%20Source.svg" height="40px">
</a>

---
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alpha-coders",
"version": "1.2.0",
"version": "1.2.1",
"description": "A complete package used to interact with the Wallpaper Abyss API to get wallpapers, wallpaper count, collections, and much more !",

"main": "main/index.js",
Expand All @@ -9,7 +9,7 @@
"author": "biologyscience",
"license": "GPL-3.0-only",
"dependencies": { "node-fetch": "^2.x" },
"homepage": "https://biologyscience.github.io/package/alpha-coders",
"homepage": "https://alpha-coders.js.org",
"bugs": { "url": "https://github.com/biologyscience/alpha-coders/issues" },

"repository":
Expand Down

0 comments on commit d6ef769

Please sign in to comment.