Skip to content

Commit

Permalink
docs: Update URL for opl-secret-ballot
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Nov 17, 2023
1 parent c7a21a4 commit 66361ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/dapp/opl/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions docs/dapp/opl/frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/ .
```
Expand Down Expand Up @@ -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

0 comments on commit 66361ac

Please sign in to comment.