Skip to content

Commit

Permalink
chore: Fix repo links in docs (#3)
Browse files Browse the repository at this point in the history
* chore: Fix readme badge
* chore: fix repo link in updates.yml
  • Loading branch information
asonnino authored May 21, 2024
1 parent 75cfff8 commit 4f41785
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
**Warning**: Some checks did not succeed. Please check the [action output][run] before merging this PR.
[run]: https://github.com/MystenLabs/walrus/actions/runs/${{ github.run_id }}
[run]: https://github.com/asonnino/shamir-bip39/actions/runs/${{ github.run_id }}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BIP-39 Shamir Secret Sharing

[![build status](https://img.shields.io/github/actions/workflow/status/asonnino/shamir-bip39/rust.yml?branch=main&logo=github&style=flat-square)](https://github.com/asonnino/shamir-bip39/actions)
[![build status](https://img.shields.io/github/actions/workflow/status/asonnino/shamir-bip39/code.yml?branch=main&logo=github&style=flat-square)](https://github.com/asonnino/shamir-bip39/actions)
[![rustc](https://img.shields.io/badge/rustc-1.69+-blue?style=flat-square&logo=rust)](https://www.rust-lang.org)
[![license](https://img.shields.io/badge/license-Apache-blue.svg?style=flat-square)](LICENSE)

Expand Down Expand Up @@ -71,6 +71,7 @@ Master Secret
```

## Related Projects

See also [danielstreit/shamir-bip39](https://github.com/danielstreit/shamir-bip39) for an implementation in TypeScript.

## License
Expand Down

0 comments on commit 4f41785

Please sign in to comment.