From 66361ace90ef1bc8d1ea955b5cf288027880a37b 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 | 4 ++-- 2 files changed, 3 insertions(+), 3 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..46e6b64551 100644 --- a/docs/dapp/opl/frontend.md +++ b/docs/dapp/opl/frontend.md @@ -12,7 +12,7 @@ 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 remote add -f origin https://github.com/oasisprotocol/demo-opl-secret-ballot git checkout origin/main opl-secret-ballot/frontend mv opl-secret-ballot/frontend/ . ``` @@ -108,4 +108,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