From bd6fa5b9ec9f6780b03416bcfda6770e8f8620d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matev=C5=BE=20Jekovec?= Date: Fri, 17 Nov 2023 12:15:06 +0100 Subject: [PATCH] docs: Update URL for opl-secret-ballot --- docs/dapp/opl/build.md | 2 +- docs/dapp/opl/frontend.md | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/dapp/opl/build.md b/docs/dapp/opl/build.md index 38e97ded81..8511fad535 100644 --- a/docs/dapp/opl/build.md +++ b/docs/dapp/opl/build.md @@ -167,4 +167,4 @@ enclave smart contracts from the ::: -[backend-example]: https://github.com/oasisprotocol/playground/tree/main/opl-secret-ballot/backend +[backend-example]: https://github.com/oasisprotocol/demo-opl-secret-ballot/tree/main/backend diff --git a/docs/dapp/opl/frontend.md b/docs/dapp/opl/frontend.md index 7ed4099190..6fe8afad7c 100644 --- a/docs/dapp/opl/frontend.md +++ b/docs/dapp/opl/frontend.md @@ -12,9 +12,8 @@ simply apply a sparse checkout of the complete frontend repo. Inside your ```shell git init . -git remote add -f origin https://github.com/oasisprotocol/playground -git checkout origin/main opl-secret-ballot/frontend -mv opl-secret-ballot/frontend/ . +git remote add -f demo-opl-secret-ballot https://github.com/oasisprotocol/demo-opl-secret-ballot +git checkout demo-opl-secret-ballot/main frontend ``` Next, update the `@oasislabs/secret-ballot-backend` package name in @@ -108,4 +107,4 @@ You can try out and download a frontend of the secret ballot Dapp from the ::: -[frontend-example]: https://github.com/oasisprotocol/playground/tree/main/opl-secret-ballot/frontend +[frontend-example]: https://github.com/oasisprotocol/demo-opl-secret-ballot/tree/main/frontend