From a97282eb4bbf2c4887f90d7aac7400ce03460d4f Mon Sep 17 00:00:00 2001 From: quintin2003 <133549926+quintin2003@users.noreply.github.com> Date: Sun, 22 Dec 2024 05:23:49 -0800 Subject: [PATCH] FIxed Pinescript Documentation URLS they updated the urls for their docs so i just fixed the basic v4 v5 and the current as of the push request , v6 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac0190c..100fd87 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,9 @@ ## Official Resources - [Language Reference Manual](https://www.tradingview.com/pine-script-reference/v4/) - *An Index of built-in variables, functions and language operators.* - - [Pine Script v4 User Manual](https://www.tradingview.com/pine-script-docs/en/v4/index.html) - *Official Documentation on Pine Script Version 4.* - - [Pine Script v5 User Manual](https://www.tradingview.com/pine-script-docs/en/v5/index.html) - *Official Documentation on Pine Script Version 5.* + - [Pine Script v4 User Manual](https://www.tradingview.com/pine-script-docs/v4/welcome/) - *Official Documentation on Pine Script Version 4.* + - [Pine Script v5 User Manual](https://www.tradingview.com/pine-script-docs/v5/welcome/) - *Official Documentation on Pine Script Version 5.* + - [Pine Script v5 User Manual](https://www.tradingview.com/pine-script-docs/welcome/) - *Official Documentation on Pine Script Version 6.* - [Pine Script Chat Room](https://www.tradingview.com/chat/#BfmVowG1TZkKO235) - *TradingView public chat dedicated to Pine Script where active developers of the community help each other out.* - [TV Blog](https://www.tradingview.com/blog/en/category/market-analysis/pine/) - *Information about major releases and modifications to Pine Script (as well as other features.)* - [TV Public Scripts](https://www.tradingview.com/scripts/) - *TradingView’s Public Library contains all user-published scripts.*