Skip to content

Commit 1ffea2c

Browse files
author
hornik
committed
Improve URLs.
git-svn-id: https://svn.r-project.org/R/trunk@87456 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 8dda82b commit 1ffea2c

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

doc/manual/R-admin.texi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5579,7 +5579,8 @@ Mac users. Earlier versions of macOS came with an Aqua Tcl/Tk
55795579
distribution but these were often not at all recent versions of Tcl/Tk.
55805580
It is better to install Tcl/Tk 8.6.x from the sources@footnote{Configure
55815581
Tk with @option{--enable-aqua}.} or a binary distribution from
5582-
@uref{https://www.activestate.com/products/tcl/}. For the latter,
5582+
@uref{https://www.activestate.com/platform/supported-languages/tcl/}.
5583+
For the latter,
55835584
configure @R{} with
55845585
@example
55855586
--with-tcl-config=/Library/Frameworks/Tcl.framework/tclConfig.sh

doc/manual/R-data.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@ There are other commonly used data sources, including spreadsheets,
12191219
non-relational databases and even text files (possibly compressed).
12201220
Open Database Connectivity (@abbr{ODBC}) is a standard to use all of
12211221
these data sources. It originated on Windows (see
1222-
@uref{https://docs.microsoft.com/en-us/sql/odbc/microsoft-open-database-connectivity-odbc})
1222+
@uref{https://learn.microsoft.com/en-us/sql/odbc/microsoft-open-database-connectivity-odbc})
12231223
but is also implemented on Linux/Unix/macOS.
12241224

12251225
All of the packages described later in this chapter provide clients to

doc/manual/R-exts.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8999,7 +8999,7 @@ be current.
89998999
Options include using @command{sprof} for a shared object, and
90009000
@command{oprofile} (see @uref{https://oprofile.sourceforge.io/news/})
90019001
and @command{perf} (see
9002-
@uref{https://perf.wiki.kernel.org/index.php/Tutorial}) for any
9002+
@uref{https://perfwiki.github.io/}) for any
90039003
executable or shared object. These seem less widely supplied than they
90049004
used to be. There is also `Google Performance Tools', also known as
90059005
@pkg{gperftools} or @pkg{google-perftools}.

src/library/base/man/Memory-limits.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ limit vmemoryuse 4096m
6969
\section{Windows}{
7070
The address-space limit is 2\abbr{Gb} under 32-bit Windows unless the OS's
7171
default has been changed to allow more (up to 3\abbr{Gb}). See
72-
\url{https://docs.microsoft.com/en-gb/windows/desktop/Memory/physical-address-extension}
72+
\url{https://learn.microsoft.com/en-gb/windows/desktop/Memory/physical-address-extension}
7373
and
74-
\url{https://docs.microsoft.com/en-gb/windows/desktop/Memory/4-gigabyte-tuning}.
74+
\url{https://learn.microsoft.com/en-gb/windows/desktop/Memory/4-gigabyte-tuning}.
7575
Under most 64-bit versions of Windows the limit for a 32-bit build
7676
of \R is 4\abbr{Gb}: for the oldest ones it is 2\abbr{Gb}. The limit for a 64-bit
7777
build of \R (imposed by the OS) is 8Tb.

src/library/base/man/Random.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ set.seed(seed, kind = NULL, normal.kind = NULL, sample.kind = NULL)
317317
\emph{ACM Transactions on Modeling and Computer Simulation},
318318
\bold{8}, 3--30.\cr
319319
Source code formerly at \code{http://www.math.keio.ac.jp/~matumoto/emt.html}.\cr
320-
Now see \url{http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/VERSIONS/C-LANG/c-lang.html}.
320+
Now see \url{https://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/VERSIONS/C-LANG/c-lang.html}.
321321
322322
Reeds, J., Hubert, S. and Abrahams, M. (1982--4).
323323
C implementation of SuperDuper, University of California at Berkeley.

src/library/utils/man/clipboard.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ writeClipboard(str, format = 13)
2929
}
3030
\details{
3131
The Windows clipboard offers data in a number of formats: see
32-
e.g.\sspace{}\url{https://docs.microsoft.com/en-gb/windows/desktop/dataxchg/clipboard-formats}.
32+
e.g.\sspace{}\url{https://learn.microsoft.com/en-gb/windows/desktop/dataxchg/clipboard-formats}.
3333

3434
The standard formats include
3535
\tabular{lrl}{

0 commit comments

Comments
 (0)