From f61a3ed75cdd1e799c65d540688c9f76b7c42c5b Mon Sep 17 00:00:00 2001 From: Chandra Prakash Date: Thu, 25 Oct 2018 11:09:58 +0530 Subject: [PATCH] R: Formatted article's reference section links (#19853) * R: Formatted reference section links * Update index.md --- guide/english/r/objects/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide/english/r/objects/index.md b/guide/english/r/objects/index.md index b0b1248ae3..81ecfee23d 100644 --- a/guide/english/r/objects/index.md +++ b/guide/english/r/objects/index.md @@ -39,6 +39,6 @@ Second, a name cannot use some special symbols, like `^, !, $, @, +, -, / ## References -Official Docs -Objects in R by r-bloggers -CRAN \ No newline at end of file + * [Official Docs](https://cran.r-project.org/manuals.html) + * [Objects in R by r-bloggers](https://www.r-bloggers.com/classes-and-objects-in-r/) + * [CRAN](https://cran.r-project.org/doc/manuals/r-release/R-lang.html)