diff --git a/readme.md b/readme.md index 3f74c15..e4d97d2 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ Download, open and install [GithubTower.safariextz](https://github.com/gdelmas/G #Lightweight Github's "Clone in Desktop" button only works if the official Github.app is installed on OS X. The [Github.app](https://mac.github.com) spawns a [helper "GitHub Conduit.app"](https://help.github.com/articles/github-conduit) which will always be running on the system. This helper has a webserver constantly listening for requests on the users local machine port 25035. If the Github website can reach this server it changes the "Clone in Desktop" button links to open in the users local Git App instead of redirecting to https://mac.github.com. -The Safari extensions eliminates the need to have a local webserver process running by injecting [7 lines of code](https://github.com/gdelmas/GithubTower/blob/master/GithubTower.safariextension/main.js) only into Github's website. +The Safari extensions eliminates the need to have a local webserver process running by injecting [7 lines of code](https://github.com/gdelmas/GithubTower/blob/master/src-safari/GithubTower.safariextension/main.js) only into Github's website. #Tower Tower 2 is a wonderful Git client for OS X. It brings all of Git’s powerful features to your desktop. Try it out here: [http://www.git-tower.com](http://www.git-tower.com) diff --git a/GithubTower.safariextension/Info.plist b/src-safari/GithubTower.safariextension/Info.plist similarity index 100% rename from GithubTower.safariextension/Info.plist rename to src-safari/GithubTower.safariextension/Info.plist diff --git a/GithubTower.safariextension/icon.png b/src-safari/GithubTower.safariextension/icon.png similarity index 100% rename from GithubTower.safariextension/icon.png rename to src-safari/GithubTower.safariextension/icon.png diff --git a/GithubTower.safariextension/main.js b/src-safari/GithubTower.safariextension/main.js similarity index 100% rename from GithubTower.safariextension/main.js rename to src-safari/GithubTower.safariextension/main.js