Doc: github.com/plt -> github.com/racket

This commit is contained in:
Juan Francisco Cantero Hurtado 2015-11-06 02:39:58 +01:00 committed by Vincent St-Amour
parent 7e497db831
commit 5e2421b1a0
6 changed files with 7 additions and 7 deletions

View File

@ -16,7 +16,7 @@ into details---covering much of the Racket toolbox, but leaving
precise details to @|Racket| and other reference manuals. precise details to @|Racket| and other reference manuals.
@margin-note{The source of this manual is available on @margin-note{The source of this manual is available on
@hyperlink["https://github.com/plt/racket/tree/master/pkgs/racket-doc/scribblings/guide"]{GitHub}.} @hyperlink["https://github.com/racket/racket/tree/master/pkgs/racket-doc/scribblings/guide"]{GitHub}.}
@table-of-contents[] @table-of-contents[]

View File

@ -41,7 +41,7 @@ source distribution from @url{http://download.racket-lang.org};
detailed build instructions are in the @filepath{README} file in the detailed build instructions are in the @filepath{README} file in the
top-level @filepath{src} directory. You can also get the latest top-level @filepath{src} directory. You can also get the latest
sources from the @tt{git} repository at sources from the @tt{git} repository at
@url{https://github.com/plt/racket}, but beware that the repository is @url{https://github.com/racket/racket}, but beware that the repository is
one step away from a normal source distribution, and it provides build one step away from a normal source distribution, and it provides build
modes that are more suitable for developing Racket itself; see modes that are more suitable for developing Racket itself; see
@filepath{INSTALL.txt} in the @tt{git} repository for more @filepath{INSTALL.txt} in the @tt{git} repository for more

View File

@ -32,7 +32,7 @@ friendlier (though less precise and less complete) overview of the
language. language.
@margin-note{The source of this manual is available on @margin-note{The source of this manual is available on
@hyperlink["https://github.com/plt/racket/tree/master/pkgs/racket-doc/scribblings/reference"]{GitHub}.} @hyperlink["https://github.com/racket/racket/tree/master/pkgs/racket-doc/scribblings/reference"]{GitHub}.}
@defmodulelang*[(racket/base racket) @defmodulelang*[(racket/base racket)
;; Use sources for overlap with `scheme' and `mzscheme': ;; Use sources for overlap with `scheme' and `mzscheme':

View File

@ -16,7 +16,7 @@ Most of our collections come with test suites. These tests suites tend to
Run the test suites before you commit. To facilitate testing, we urge you Run the test suites before you commit. To facilitate testing, we urge you
to add a @tt{TESTME.txt} file to your collections. Ideally, you may also to add a @tt{TESTME.txt} file to your collections. Ideally, you may also
wish to have a file in this directory that runs the basic tests. See the wish to have a file in this directory that runs the basic tests. See the
@hyperlink["https://github.com/plt/racket/tree/master/collects/2htdp/"]{2htdp}, @hyperlink["https://github.com/racket/racket/tree/master/collects/2htdp/"]{2htdp},
which is one of the collections with its own testing style. The file should which is one of the collections with its own testing style. The file should
describe where the tests are located, how to run these tests, and what to describe where the tests are located, how to run these tests, and what to
look for in terms of successes and failures. These files are necessary look for in terms of successes and failures. These files are necessary
@ -30,7 +30,7 @@ After you commit, watch for and read(!)
parts: @tt{success} and @tt{failure}. The former is for tests that should parts: @tt{success} and @tt{failure}. The former is for tests that should
succeed now, and the latter is for tests that are currently expected to succeed now, and the latter is for tests that are currently expected to
fail. See the fail. See the
@hyperlink["https://github.com/plt/racket/tree/master/collects/tests/typed-scheme"]{Typed @hyperlink["https://github.com/racket/racket/tree/master/collects/tests/typed-scheme"]{Typed
Racket testing arrangement} for an example. When you create such Racket testing arrangement} for an example. When you create such
@tt{failure} tests, you may wish to disable DrDr's checking like this: @tt{failure} tests, you may wish to disable DrDr's checking like this:
@verbatim[#:indent 2]{ @verbatim[#:indent 2]{

View File

@ -123,7 +123,7 @@ Build Steps (assuming no version changes)
where <native-pkgs-dir> contains the package "source" directories, where <native-pkgs-dir> contains the package "source" directories,
such as "draw-win32-i386". The <native-pkgs-dir> is normally a such as "draw-win32-i386". The <native-pkgs-dir> is normally a
checkout of "https://github.com/plt/libs.git". checkout of "https://github.com/racket/libs.git".
Details Details
------- -------

View File

@ -121,7 +121,7 @@ supply them in binary form.
The DLLs are distributed in packages, but they are also available The DLLs are distributed in packages, but they are also available
from from
https://github.com/plt/libs https://github.com/racket/libs
and they must be installed into and they must be installed into