From cadb8228e11f37544a083ec2a89ae3a3e2357792 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 27 Oct 2020 09:13:11 +0100 Subject: [PATCH] url update --- README.md | 5 +---- package.json | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a73bc9f1f..19982d494 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ - [🛳 Production](#-production) - [⬆️ Deployment](#️-deployment) - [Manual Deployment](#manual-deployment) -- [� License](#-license) +- [🏛 License](#-license) ## 🏄 Get Started @@ -49,9 +49,6 @@ If you prefer to connect to locally running components instead of remote connect git clone git@github.com:oceanprotocol/barge.git cd barge -# use v3 branch for the time being -git checkout v3 - # startup with local Ganache node ./start_ocean.sh ``` diff --git a/package.json b/package.json index ecab63a4c..245de8839 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Data marketplace for ocean.", "version": "0.1.0", "license": "Apache-2.0", - "homepage": "https://oceanprotocol.com", + "homepage": "https://market.oceanprotocol.com", "scripts": { "start": "gatsby develop --host 0.0.0.0", "build": "gatsby clean && gatsby build",