Skip to content

Commit 226cb0f

Browse files
author
hornik
committed
Tweaks.
git-svn-id: https://svn.r-project.org/R/trunk@88426 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 8bacaff commit 226cb0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/library/tools/R/Rd2HTML.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ function(dir)
16951695
if(dynamic)
16961696
" src=\"/doc/html/orcid.svg\" "
16971697
else
1698-
" src=\"https://cloud.R-project.org/web/orcid.svg\" ",
1698+
" src=\"https://cloud.R-project.org/web/resources/orcid.svg\" ",
16991699
"style=\"width:16px; height:16px; margin-left:4px; margin-right:4px; vertical-align:middle\"",
17001700
" /></a>"),
17011701
desc["Author"])
@@ -1707,7 +1707,7 @@ function(dir)
17071707
if(dynamic)
17081708
" src=\"/doc/html/ror.svg\" "
17091709
else
1710-
" src=\"https://cloud.R-project.org/web/ror.svg\" ",
1710+
" src=\"https://cloud.R-project.org/web/resources/ror.svg\" ",
17111711
"style=\"width:20px; height:20px; margin-left:4px; margin-right:4px; vertical-align:middle\"",
17121712
" /></a>"),
17131713
desc["Author"])

0 commit comments

Comments
 (0)