From e188f65e7c067040d6e12ff367a0ebcc07395fcf Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Fri, 23 Jul 2021 18:27:23 +0200 Subject: [PATCH] Update README link to documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d2d044e..89d1bf7b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

Gotenberg

A Docker-powered stateless API for converting HTML, Markdown and Office documents to PDF.

-

Documentation · Contributing

+

Documentation · Contributing

--- @@ -26,7 +26,7 @@ $ docker run --rm -p 3000:3000 thecodingmachine/gotenberg:6 The API is now available on your host at `http://localhost:3000`. -Head to the [documentation](https://thecodingmachine.github.io/gotenberg) +Head to the [documentation](https://gotenberg.dev/) to learn how to interact with it! ## Badges