From 90205e7b5b728cc97d19b616f60a157a0fa74b87 Mon Sep 17 00:00:00 2001 From: Clay-Mysten <100217682+Clay-Mysten@users.noreply.github.com> Date: Tue, 22 Mar 2022 08:17:48 -0700 Subject: [PATCH] Update README.md Move TODOs to: https://github.com/MystenLabs/sui/issues/732 --- explorer/client/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/explorer/client/README.md b/explorer/client/README.md index ec24e6ae11f51..fc564cd251f60 100644 --- a/explorer/client/README.md +++ b/explorer/client/README.md @@ -1,8 +1,5 @@ # Sui Explorer Client -TODO: Explain the purpose of the client and relationship to the Sui Explorer described in the following page, linking between the two at the top: -https://github.com/MystenLabs/sui/blob/explorer-rest/explorer/README.md - ## Development **Requirements**: Node 14.0.0 or later version @@ -53,5 +50,3 @@ It can be useful during development to format automatically all the files that c For guidance on deployment, plese see here: https://create-react-app.dev/docs/deployment/ Because of the addition of `react-router`, further changes will be needed that depend on the exact infrastructure used. Please consult section **Serving Apps with Client-Side Routing**. - -TODO: Make link to this section.