From: Johannes Zellner Date: Sun, 9 Apr 2017 21:44:18 +0000 (+0200) Subject: Replace all github links with our own gitlab X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=aba27b9e866efa8fe1cbe92df46b116265e6c7ad;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git Replace all github links with our own gitlab --- diff --git a/CloudronManifest.json b/CloudronManifest.json index 17e5038..a7c9589 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -13,7 +13,7 @@ "healthCheckPath": "/api/healthcheck", "httpPort": 3000, "manifestVersion": 1, - "website": "https://github.com/nebulade/surfer", + "website": "https://git.cloudron.io/cloudron/surfer", "contactEmail": "support@cloudron.io", "icon": "logo.png", "addons": { diff --git a/README.md b/README.md index b7e8c50..e4061df 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ cloudron install --appstore-id io.cloudron.surfer The app package can be built using the [Cloudron command line tooling](https://cloudron.io/references/cli.html). ``` -git clone https://github.com/nebulade/surfer.git +git clone https://git.cloudron.io/cloudron/surfer.git cd surfer cloudron build cloudron install @@ -28,7 +28,7 @@ cloudron install ### Standalone Surfer can also be run standlone on any server: ``` -git clone https://github.com/nebulade/surfer.git +git clone https://git.cloudron.io/cloudron/surfer.git cd surfer npm install ./server.js @@ -64,4 +64,3 @@ cd surfer npm install USERNAME= PASSWORD= mocha --bail test/test.js ``` - diff --git a/package.json b/package.json index e18742e..a6d670b 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/nebulade/surfer.git" + "url": "https://git.cloudron.io/cloudron/surfer.git" }, "dependencies": { "async": "^1.5.2",