Skip to content

Commit 0b22e72

Browse files
committed
Correct links to ocaml.org
1 parent bc83ce2 commit 0b22e72

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

doc/driver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# How to drive `odoc`
1+
# How to Drive `odoc`
22

33
This 'live' document describes how to use `odoc` to produce the documentation of `odoc` itself. The aim is
44
to show a short, simple example of how `odoc` can be used, covering most of the important features.
55
The document built here includes not only the documentation of `odoc` itself, but it also builds the
66
docs for a subset of `odoc`'s dependent libraries to show how this may be done. For a much more
77
complete and comprehensive use of `odoc`, see the [Voodoo project](https://github.com/ocaml-doc/voodoo), the tool that is being used to build
88
the package docs for
9-
[www.ocaml.org/packages](https://www.ocaml.org/packages).
9+
[ocaml.org/packages](https://ocaml.org/packages).
1010

1111
First we need to initialise MDX with some libraries and helpful values.
1212

doc/driver.mld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ to show a short, simple example of how [odoc] can be used, covering most of the
55
The document built here includes not only the documentation of [odoc] itself, but it also builds the
66
docs for a subset of [odoc]'s dependent libraries to show how this may be done. For a much more
77
complete and comprehensive use of [odoc], see the {{: https://github.com/ocaml-doc/voodoo} Voodoo project},
8-
the tool used to build the
9-
{{: https://v3.ocaml.org/} v3.ocaml.org} package docs.
8+
the tool used to build the package docs for
9+
{{: https://ocaml.org/}ocaml.org/packages}.
1010

1111
First, we need to initialise MDX with some libraries and helpful values:
1212

doc/odoc_for_authors.mld

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ v}
3030
- {{!page-driver}The reference driver} is the simplest driver, useful if you
3131
want to see how to integrate it with your own projects.
3232
- {{:https://github.com/ocaml-doc/voodoo}Voodoo} is the driver used to create
33-
the docs for {{:https://www.ocaml.org/packages}the OCaml website}.
33+
the docs for {{:https://ocaml.org/packages}the OCaml website}.
3434

3535
{1:interfaces Documenting your interfaces}
3636

@@ -352,10 +352,10 @@ followed by [ v} ]. It is not currently possible to escape this in either case.
352352
A link to a URL may be put into the text as follows:
353353

354354
{[
355-
(** See {{: https://www.ocaml.org/ }the OCaml website} for news about OCaml *)
355+
(** See {{: https://ocaml.org/ }the OCaml website} for news about OCaml *)
356356
]}
357357

358-
This will render as a link to [https://www.ocaml.org/] with the text "the OCaml website"
358+
This will render as a link to [https://ocaml.org/] with the text "the OCaml website"
359359

360360
References are links to other elements - e.g., comments might wish to refer to
361361
a module or type elsewhere as follows:

doc/parent_child_spec.mld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{0 Parent/Child Specification}
2-
This parent/child specification allows more flexible output support, e.g., per library documentation. See {{:https://v3.ocaml.org/packages}v3.ocaml.org/packages}.
2+
This parent/child specification allows more flexible output support, e.g., per library documentation. See {{:https://ocaml.org/packages}ocaml.org/packages}.
33

44
The rules are;
55

0 commit comments

Comments
 (0)