From a6da7c2a2616fbfd62e1c2e1fbc8b33d534f7341 Mon Sep 17 00:00:00 2001 From: Joshua Ulrich Date: Sun, 15 Dec 2019 06:17:35 -0600 Subject: [PATCH] Fix URL This was flagged as part of R CMD check. --- R/OBV.R | 2 +- man/OBV.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/OBV.R b/R/OBV.R index bb9fc01..d7e6041 100644 --- a/R/OBV.R +++ b/R/OBV.R @@ -37,7 +37,7 @@ #'@references The following site(s) were used to code/document this #'indicator:\cr \url{http://www.fmlabs.com/reference/OBV.htm}\cr #'\url{https://www.metastock.com/Customer/Resources/TAAZ/?p=82}\cr -#'\url{https://www.linnsoft.com/techind/balance-open-interest-0}\cr +#'\url{https://www.linnsoft.com/techind/balance-open-interest}\cr #'\url{http://www.stockcharts.com/school/doku.php?id=chart_school:technical_indicators:on_balance_volume_obv}\cr #'@keywords ts #'@examples diff --git a/man/OBV.Rd b/man/OBV.Rd index 200236f..e1934b3 100644 --- a/man/OBV.Rd +++ b/man/OBV.Rd @@ -38,7 +38,7 @@ obv <- OBV(ttrc[,"Close"], ttrc[,"Volume"]) The following site(s) were used to code/document this indicator:\cr \url{http://www.fmlabs.com/reference/OBV.htm}\cr \url{https://www.metastock.com/Customer/Resources/TAAZ/?p=82}\cr -\url{https://www.linnsoft.com/techind/balance-open-interest-0}\cr +\url{https://www.linnsoft.com/techind/balance-open-interest}\cr \url{http://www.stockcharts.com/school/doku.php?id=chart_school:technical_indicators:on_balance_volume_obv}\cr } \seealso{