Skip to content

Commit

Permalink
Merge pull request #65 from alexott/doc-fix-links-to-ocaml-site
Browse files Browse the repository at this point in the history
Update links to tutorial on ocaml.org
  • Loading branch information
tmcgilchrist authored Feb 7, 2025
2 parents 041c794 + e0c5df5 commit b71fba7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions examples/helloworld-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

This tutorial is meant to be an introduction to OCaml-GRPC and assumes that you have basic [OCaml] experience as well as an understanding of what [protocol buffers] are. If you don't, feel free to read up on the pages linked in this paragraph and come back to this tutorial once you feel you are ready!

[ocaml]: https://ocaml.org/docs/up-and-running
[ocaml]: https://ocaml.org/docs/get-started
[protocol buffers]: https://developers.google.com/protocol-buffers/docs/overview

## Prerequisites

To run the sample code and walk through this tutorial, the only prerequisite is OCaml itself. To get OCaml insalled follow the [Up and Running]() guide on ocaml.org.
To run the sample code and walk through this tutorial, the only prerequisite is OCaml itself. To get OCaml insalled follow the [Get Started]() guide on ocaml.org.

[Up and Running]: https://ocaml.org/docs/up-and-running
[Get Started]: https://ocaml.org/docs/get-started

## Project Setup

Expand Down
4 changes: 2 additions & 2 deletions examples/routeguide-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ With gRPC we can define our service once in a `.proto` file, and implement clien

## Prerequisites

To run the sample code and walk through this tutorial, the only prerequisite is OCaml itself. To get OCaml insalled follow the [Up and Running]() guide on ocaml.org.
To run the sample code and walk through this tutorial, the only prerequisite is OCaml itself. To get OCaml insalled follow the [Get Started]() guide on ocaml.org.

[Up and Running]: https://ocaml.org/docs/up-and-running
[Get Started]: https://ocaml.org/docs/get-started

## Running the example

Expand Down

0 comments on commit b71fba7

Please sign in to comment.