Skip to content

Commit

Permalink
Merge pull request #619 from oasisprotocol/matevz/docs/fix-url-opl-se…
Browse files Browse the repository at this point in the history
…cret-ballot

docs: Update URL for opl-secret-ballot
  • Loading branch information
matevz authored Nov 20, 2023
2 parents 118e4e6 + bd6fa5b commit 583797b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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
7 changes: 3 additions & 4 deletions docs/dapp/opl/frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 583797b

Please sign in to comment.