From 2362fdaf50c0636127e52dc9691825ad87f7dd86 Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Tue, 13 Oct 2020 16:29:22 +0100 Subject: [PATCH] Updated urls and package name --- libs/remixd/README.md | 8 ++++---- libs/remixd/package.json | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/libs/remixd/README.md b/libs/remixd/README.md index 8ea454fc74..7d80ff6ed5 100644 --- a/libs/remixd/README.md +++ b/libs/remixd/README.md @@ -1,11 +1,11 @@ # Remixd -`remixd` is a tool that intend to be used with [Remix IDE](http://github.com/ethereum/browser-solidity) (aka. Browser-Solidity). It allows a websocket connection between +`remixd` is a tool that intend to be used with [Remix IDE](https://github.com/ethereum/remix-project) (aka. Browser-Solidity). It allows a websocket connection between `Remix IDE` (web application) and the local computer. -Practically Remix IDE make available a folder shared by `remixd`. +Practically Remix IDE makes available a folder shared by `remixd`. -More details are explained in this [tutorial](http://remix.readthedocs.io/en/latest/tutorial_remixd_filesystem.html). +More details are explained in this [tutorial](https://remix-ide.readthedocs.io/en/latest/remixd.html). Alternatively `remixd` can be used to setup a development environment that can be used with other popular frameworks like Embark, Truffle, Ganache, etc.. @@ -13,7 +13,7 @@ Alternatively `remixd` can be used to setup a development environment that can b ## INSTALLATION -`npm install -g remixd` +`npm install -g @remix-project/remixd` ## HELP SECTION diff --git a/libs/remixd/package.json b/libs/remixd/package.json index 8187edd0d7..b2b17ad5f6 100644 --- a/libs/remixd/package.json +++ b/libs/remixd/package.json @@ -1,5 +1,5 @@ { - "name": "remixd", + "name": "@remix-project/remixd", "version": "0.2.4-alpha.0", "description": "remix server: allow accessing file system from remix.ethereum.org and start a dev environment (see help section)", "main": "./index.js", @@ -17,7 +17,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/ethereum/remixd.git" + "url": "git+https://github.com/ethereum/remix-project.git" }, "keywords": [ "remix", @@ -25,12 +25,12 @@ "ethereum", "solidity" ], - "author": "cpp ethereum team", + "author": "Remix Team", "license": "MIT", "bugs": { - "url": "https://github.com/ethereum/remixd/issues" + "url": "https://github.com/ethereum/remix-project/issues" }, - "homepage": "https://github.com/ethereum/remixd#readme", + "homepage": "https://github.com/ethereum/remix-project#readme", "dependencies": { "@remixproject/plugin": "0.3.0-beta.5", "@remixproject/plugin-api": "0.3.0-beta.5",