From c7ded34cbc80137cd3723ea0903757b0ee4971e8 Mon Sep 17 00:00:00 2001
From: Marko Mikulicic <mmikulicic@gmail.com>
Date: Wed, 7 Jun 2017 09:22:54 +0200
Subject: [PATCH] Add direct links to jsonnet tutorial and stdlib

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 38f48358..d78afa09 100644
--- a/README.md
+++ b/README.md
@@ -77,5 +77,5 @@ or to recover from disaster.
 Kubecfg relies heavily on [jsonnet](http://jsonnet.org/) to describe
 Kubernetes resources, and is really just a thin Kubernetes-specific
 wrapper around jsonnet evaluation.  You should read the jsonnet
-tutorial, and skim the functions available in the jsonnet `std`
+[tutorial](http://jsonnet.org/docs/tutorial.html), and skim the functions available in the jsonnet [`std`](http://jsonnet.org/docs/stdlib.html)
 library.
-- 
GitLab