Skip to content

Commit

Permalink
chore: update git links (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmugliston authored Dec 3, 2024
1 parent 1a68887 commit 23d4642
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ A simple chrome extension for Put.io.

## View files

![Image of extension showing files](https://github.com/atheius/simple-putio/raw/main/assets/screenshots/open-files.png)
![Image of extension showing files](https://github.com/jmugliston/simple-putio/raw/main/assets/screenshots/open-files.png)

## View transfers

![Image of extension showing transfers](https://github.com/atheius/simple-putio/raw/main/assets/screenshots/open-transfers.png)
![Image of extension showing transfers](https://github.com/jmugliston/simple-putio/raw/main/assets/screenshots/open-transfers.png)

## Add folders

![Image of extension showing add folder](https://github.com/atheius/simple-putio/raw/main/assets/screenshots/add-folder.png)
![Image of extension showing add folder](https://github.com/jmugliston/simple-putio/raw/main/assets/screenshots/add-folder.png)

## Move files

![Image of extension showing move files](https://github.com/atheius/simple-putio/raw/main/assets/screenshots/move-files.png)
![Image of extension showing move files](https://github.com/jmugliston/simple-putio/raw/main/assets/screenshots/move-files.png)

## Add files from context menu

![Image of context menu](https://github.com/atheius/simple-putio/raw/main/assets/screenshots/context-menu.png)
![Image of context menu](https://github.com/jmugliston/simple-putio/raw/main/assets/screenshots/context-menu.png)
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/atheius/simple-putio.git"
"url": "git+ssh://[email protected]/jmugliston/simple-putio.git"
},
"keywords": [
"simple-putio"
Expand All @@ -16,9 +16,9 @@
"npm": ">=8.3.0"
},
"bugs": {
"url": "https://github.com/atheius/simple-putio/issues"
"url": "https://github.com/jmugliston/simple-putio/issues"
},
"homepage": "https://github.com/atheius/simple-putio#readme",
"homepage": "https://github.com/jmugliston/simple-putio#readme",
"scripts": {
"format": "prettier --write src/*",
"dev": "vite",
Expand Down
5 changes: 4 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ function App() {
)}
{activeTab === "Files" && (
<div className="grow text-right content-center mx-4 text-lg">
<a target="_blank" href="https://github.com/atheius/simple-putio">
<a
target="_blank"
href="https://github.com/jmugliston/simple-putio"
>
<FontAwesomeIcon icon={["fab", "github"]} />
</a>
</div>
Expand Down

0 comments on commit 23d4642

Please sign in to comment.