Merge pull request #7412 from cjcenizal/bug/fix-broken-style-guide-links

Make links in STYLEGUIDE relative.
This commit is contained in:
CJ Cenizal 2016-06-09 19:33:19 -07:00 committed by GitHub
commit 14f3bf0ed8

View file

@ -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