Skip to content

Commit e826fc5

Browse files
author
Chongkai Zhu
committed
Update links to MMA online doc
1 parent 5def24e commit e826fc5

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

mrmma.scrbl

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,25 @@ MrMathematica allows you to call
2020

2121
Before installing MrMathematica, you need to do the following two things:
2222

23-
@itemize[@item{Install the MathLink dynamic library.
24-
@link["http://reference.wolfram.com/mathematica/tutorial/MathLinkDeveloperGuide-Windows.html#25820"]{On Windows}
25-
the Mathematica installer has done that. On other platform you
26-
need to copy the library into the PLT libraries (see @scheme[get-lib-search-dirs]),
27-
or into a systemwide location such as @filepath{/lib}.
28-
@link["http://reference.wolfram.com/mathematica/tutorial/MathLinkDeveloperGuide-Unix.html#26966"]{On Unix/Linux},
29-
it is @filepath{libML32i3.so} or @filepath{libML64i3.so},
30-
depending on whether you are on a 32-bit or 64-bit platform.
31-
@link["http://reference.wolfram.com/mathematica/tutorial/MathLinkDeveloperGuide-Macintosh.html#30231"]{On Mac OS X},
32-
it is @filepath{mathlink.framework}.}
23+
@itemize[@item{Install the MathLink dynamic library by copying it into the PLT
24+
libraries (see @scheme[get-lib-search-dirs]), or into a systemwide
25+
location such as @filepath{C:\Windows\SysWOW64} or @filepath{/lib}.
26+
@link["https://reference.wolfram.com/legacy/v6/tutorial/MathLinkDeveloperGuide-Windows.html#25820"]{On Windows}
27+
it is @filepath{ml32i3.dll} or @filepath{ml64i3.dll}, depending
28+
on whether you are on a 32-bit or 64-bit platform.
29+
@link["https://reference.wolfram.com/legacy/v6/tutorial/MathLinkDeveloperGuide-Unix.html#26966"]{On Unix/Linux},
30+
it is @filepath{libML32i3.so} or @filepath{libML64i3.so}.
31+
@link["https://reference.wolfram.com/legacy/v6/tutorial/MathLinkDeveloperGuide-Macintosh.html#30231"]{On Mac OS X},
32+
it is @filepath{mathlink.framework}.}
3333

34-
@item{Make sure that @link["http://reference.wolfram.com/mathematica/ref/program/MathKernel.html"]{@exec{MathKernel}}
35-
or @link["http://reference.wolfram.com/mathematica/ref/program/math.html"]{@exec{math}}
36-
will launch Mathematica kernel. On Unix/Linux the Mathematica
37-
installer has done that. On Windows setting @envvar{PATH} to
38-
include the directory where Mathematica executable files locate
39-
should be enough. On Mac OS X, MrMathematica looks for
40-
@filepath{/Applications/Mathematica.app/Contents/MacOS/MathKernel},
41-
which should be the correct place.}]
34+
@item{Make sure that @link["http://reference.wolfram.com/legacy/v6/ref/program/MathKernel.html"]{@exec{MathKernel}}
35+
or @link["http://reference.wolfram.com/legacy/v6/ref/program/math.html"]{@exec{math}}
36+
will launch Mathematica kernel. On Unix/Linux the Mathematica
37+
installer has done that. On Windows setting @envvar{PATH} to
38+
include the directory where Mathematica executable files locate
39+
should be enough. On Mac OS X, MrMathematica looks for
40+
@filepath{/Applications/Mathematica.app/Contents/MacOS/MathKernel},
41+
which should be the correct place.}]
4242

4343
Install @link["http://www.cs.utah.edu/~czhu/mrmathematica.plt"]{mrmathematica.plt}
4444
from File menu in DrScheme.
@@ -50,7 +50,7 @@ from File menu in DrScheme.
5050
@defproc[(MathKernel (arg string?) ...) MathLink?]{
5151

5252
Opens a MathLink connection. The arguments are passed to MathLink function
53-
@link["http://reference.wolfram.com/mathematica/ref/c/MLOpenArgcArgv.html"]{MLOpenArgcArgv}.
53+
@link["http://reference.wolfram.com/language/ref/c/MLOpenArgcArgv.html"]{MLOpenArgcArgv}.
5454
If no argument is given, @scheme["-linkname" "math -mathlink"] will be used as
5555
default, which in general will launch a new local Mathematica kernel. Remote
5656
MathKernel is supported.}

0 commit comments

Comments
 (0)