Skip to content

Commit

Permalink
Merge pull request #830 from alexandear/docs/fix-links
Browse files Browse the repository at this point in the history
Fix unreachable links in docs
  • Loading branch information
LandonTClipp authored Oct 21, 2024
2 parents e9539f2 + c9614e7 commit 33886a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Who uses mockery?
</figure>
- <figure markdown>
[![go-task logo](assets/images/logos/go-task.svg){ class="center" width="300" }](https://taskfile.dev/)
<figcaption>[Task]((https://taskfile.dev/))
<figcaption>[Task](https://taskfile.dev/)
</markdown>
- <figure markdown>
[![cerbos logo](assets/images/logos/cerbos.png){ class="center" width="300" }](https://github.com/cerbos/cerbos)
Expand Down
2 changes: 1 addition & 1 deletion docs/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This issue indicates that you have attempted to use package in your dependency t
2. Delete all cached packages with `go clean -modcache`
3. Reinstall mockery

Additionally, this issue only happens when compiling mockery from source, such as with `go install`. Our docs [recommend not to use `go install`](installation/#go-install) as the success of your build depends on the compatibility of your Go version with the semantics in use. You would not encounter this issue if using one of the installation methods that install pre-built binaries, like downloading the `.tar.gz` binaries, or through `brew install`.
Additionally, this issue only happens when compiling mockery from source, such as with `go install`. Our docs [recommend not to use `go install`](../installation#go-install) as the success of your build depends on the compatibility of your Go version with the semantics in use. You would not encounter this issue if using one of the installation methods that install pre-built binaries, like downloading the `.tar.gz` binaries, or through `brew install`.

Multiple Expectations With Identical Arguments
-----------------------------------------------
Expand Down

0 comments on commit 33886a9

Please sign in to comment.