From c9614e7b18d4468c1189ecde6184bc29a212d7a2 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Mon, 21 Oct 2024 18:33:08 +0300 Subject: [PATCH] Fix unreachable links in docs --- docs/index.md | 2 +- docs/notes.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 6df14dde..7eed27f1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -129,7 +129,7 @@ Who uses mockery? -
[![go-task logo](assets/images/logos/go-task.svg){ class="center" width="300" }](https://taskfile.dev/) -
[Task]((https://taskfile.dev/)) +
[Task](https://taskfile.dev/) -
[![cerbos logo](assets/images/logos/cerbos.png){ class="center" width="300" }](https://github.com/cerbos/cerbos) diff --git a/docs/notes.md b/docs/notes.md index 1cbd6f94..4845390d 100644 --- a/docs/notes.md +++ b/docs/notes.md @@ -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 -----------------------------------------------