From a17253b95621e07477fb2c8244ef57f56bd68488 Mon Sep 17 00:00:00 2001 From: Marina Moshnogorskaya Date: Wed, 5 Feb 2020 12:50:02 +0300 Subject: [PATCH] CL-592: Add nav links header to Library Readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c984ea4b..10fc1002 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # TradingView Charting Library +[Demo][demo-url] | [Documentation][wiki-url] | [Discord community](https://discord.gg/E6UthXZ) This repository contains the TradingView Charting Library package. If you use Git in your project, please feel free to use this repo as a submodule in yours. @@ -7,11 +8,13 @@ The `master` branch contains the current stable version. The `unstable` branch contains the most recent features and fixes, but it can be less stable (actually, it's the beta, which is already thoroughly tested). -### Documentation -See our docs in this repository's [wiki](https://github.com/tradingview/charting_library/wiki). Please read it (at least the [Overview](https://github.com/tradingview/charting_library/wiki) and the [Best Practices](https://github.com/tradingview/charting_library/wiki/Best-practices)) before using the Library. +Please read [wiki](https://github.com/tradingview/charting_library/wiki) (at least the [Overview](https://github.com/tradingview/charting_library/wiki) and the [Best Practices](https://github.com/tradingview/charting_library/wiki/Best-practices)) before using the Library. ### Issues Tracking We use GitHub's [Issues tracker](https://github.com/tradingview/charting_library/issues) for our project. Feel free to create bug reports and features requests. Make sure to read the documentation before asking questions - this will avoid repeated questions, leaving us more time for developing the library. ### Stay Tuned [Follow us](https://twitter.com/intent/follow?screen_name=tv_charts) on Twitter to receive updates. + +[demo-url]: https://charting-library.tradingview.com/ +[wiki-url]: https://github.com/tradingview/charting_library/wiki