From aba27b9e866efa8fe1cbe92df46b116265e6c7ad Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sun, 9 Apr 2017 23:44:18 +0200 Subject: [PATCH] Replace all github links with our own gitlab --- CloudronManifest.json | 2 +- README.md | 5 ++--- package.json | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) 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", -- 2.41.0