Skip to content

Commit

Permalink
Update links to tutorial on ocaml.org
Browse files Browse the repository at this point in the history
  • Loading branch information
alexott committed Dec 29, 2024
1 parent 041c794 commit e0c5df5
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 e0c5df5

Please sign in to comment.