From a409a7e82b89d64aef6c37ea5fd8bd8f884844b2 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Tue, 19 Dec 2017 12:01:23 +1100 Subject: [PATCH] Missed one replace in docs --- docs/index.html | 2 +- mkdocs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index d6da5838..5fa6e256 100644 --- a/docs/index.html +++ b/docs/index.html @@ -366,7 +366,7 @@

yq

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.

-

download latest binary

+

download latest binary

get the source

go get github.com/mikefarah/yq
 
diff --git a/mkdocs/index.md b/mkdocs/index.md index a032d609..af7ea0af 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