Skip to content

Commit 7753979

Browse files
committed
remove links from Rd
1 parent 3bff2fd commit 7753979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

man/RcppParallel-package.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
The high level interface enables safe and robust parallel programming without
1313
direct manipulation of operating system threads. On Windows, OS X, and Linux
14-
systems the underlying implementation is based on \href{https://www.threadingbuildingblocks.org/}{Intel TBB} (Threading Building
14+
systems the underlying implementation is based on Intel TBB (Threading Building
1515
Blocks). On other platforms a less-performant fallback implementation based on the
16-
\href{http://tinythreadpp.bitsnbites.eu/}{TinyThread} library is used.
16+
TinyThread library is used.
1717

1818
For additional documentation see the package website at: \href{http://rcppcore.github.io/RcppParallel}{http://rcppcore.github.io/RcppParallel}.
1919
}

0 commit comments

Comments
 (0)