From 2ccff35b9507fc12c6ff688c0655f13833d00985 Mon Sep 17 00:00:00 2001 From: CJ Cenizal Date: Thu, 9 Jun 2016 19:03:19 -0700 Subject: [PATCH] Make links in STYLEGUIDE relative. --- STYLEGUIDE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/STYLEGUIDE.md b/STYLEGUIDE.md index b3459d1a3febb..03bbc7c68c725 100644 --- a/STYLEGUIDE.md +++ b/STYLEGUIDE.md @@ -1,9 +1,9 @@ This is a collection of style guides for Kibana projects. The include guides for the following: -- [JavaScript](https://github.com/elastic/kibana/style_guides/js_style_guide.md) -- [CSS](https://github.com/elastic/kibana/style_guides/css_style_guide.md) -- [HTML](https://github.com/elastic/kibana/style_guides/html_style_guide.md) -- [API](https://github.com/elastic/kibana/style_guides/api_style_guide.md) +- [JavaScript](style_guides/js_style_guide.md) +- [CSS](style_guides/css_style_guide.md) +- [HTML](style_guides/html_style_guide.md) +- [API](style_guides/api_style_guide.md) # Kibana Style Guide