Skip to content

Commit 462f6c8

Browse files
authored
Merge pull request #3041 from colin4124/patch-1
Fix invalid urls
2 parents 1edfcb0 + 586db16 commit 462f6c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/prologue/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ means that you will need to ensure that you have an up-to-date development
234234
environment (using the 4.05.0 version of the compiler). The installation
235235
process is largely automated through the OPAM package manager. Instructions
236236
on how to it set up and what packages to install can be found at
237-
[this Real World OCaml page](http://realworldocaml.org/install).[installation
237+
[this Real World OCaml page](http://dev.realworldocaml.org/install.html).[installation
238238
instructions]{.idx}[OCaml/installation instructions]{.idx}
239239

240240
`Core` requires a UNIX based operating system, and so only works on systems
@@ -249,7 +249,7 @@ the language and about libraries tools and techniques that will help you be a
249249
more effective OCaml programmer. But it's no replacement for API
250250
documentation or the OCaml manual and man pages. You can find documentation
251251
for all of the libraries and tools referenced in the book
252-
[online](https://realworldocaml.org/doc).
252+
[online](https://ocaml.janestreet.com/ocaml-core/).
253253

254254
### Code Examples
255255

0 commit comments

Comments
 (0)