From e5359799aa7901f708bcd5b89efdf1857991d3e2 Mon Sep 17 00:00:00 2001 From: Marina Moshnogorskaya Date: Wed, 12 Feb 2020 21:48:46 +0300 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 437cdcce..69597e87 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TradingView Charting Library -[Demo][demo-url] | [Documentation][wiki-url] | [Tutorial][tutorial-url] | [Discord community](https://discord.gg/E6UthXZ) +[Demo][demo-url] | [Documentation][wiki-url] | [Tutorial][tutorial-url] | [Discord community][discord-url] 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. @@ -8,14 +8,18 @@ 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). -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. +Please read [wiki][wiki-url] (at least the [Overview][wiki-url] and the [Best Practices][best-practices-url]) 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. +We use GitHub's [Issues tracker][issues-url] 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. +[Follow us][twitter-url] on Twitter to receive updates. [demo-url]: https://charting-library.tradingview.com/ [wiki-url]: https://github.com/tradingview/charting_library/wiki [tutorial-url]: https://github.com/tradingview/charting-library-tutorial +[best-practices-url]: https://github.com/tradingview/charting_library/wiki/Best-practices +[issues-url]: https://github.com/tradingview/charting_library/issues +[twitter-url]: https://twitter.com/intent/follow?screen_name=tv_charts +[discord-url]: https://discord.gg/E6UthXZ