diff --git a/docs/index.html b/docs/index.html index d6da583..5fa6e25 100644 --- a/docs/index.html +++ b/docs/index.html @@ -366,7 +366,7 @@
yq is a lightweight and portable command-line YAML processor
The aim of the project is to be the jq or sed of yaml files.
-go get github.com/mikefarah/yq
diff --git a/mkdocs/index.md b/mkdocs/index.md
index a032d60..af7ea0a 100644
--- a/mkdocs/index.md
+++ b/mkdocs/index.md
@@ -3,7 +3,7 @@ yq is a lightweight and portable command-line YAML processor
The aim of the project is to be the [jq](https://github.com/stedolan/jq) or sed of yaml files.
-### [download latest binary](https://github.com/mikefarah/yaml/releases/latest)
+### [download latest binary](https://github.com/mikefarah/yq/releases/latest)
### get the source
```bash