Skip to content

Commit

Permalink
fixed link
Browse files Browse the repository at this point in the history
  • Loading branch information
citruz committed Jul 26, 2020
1 parent aa34550 commit f661f2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ on: [push, pull_request]

jobs:
test:
name: Test
name: Test & Build
continue-on-error: true
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DmgWiz lets you extract raw filesystem data from compressed and encrypted DMG fi
DmgWiz is both a CLI tool and a Rust crate so it can be integrated into other projects.


[API Documentation](https://docs.rs/lzfse)
[API Documentation](https://docs.rs/dmgwiz)
----------

CLI Usage
Expand Down

0 comments on commit f661f2e

Please sign in to comment.