From 08d0061891a29932d7c8384f354b7e034c30ddc1 Mon Sep 17 00:00:00 2001 From: gleroy Date: Thu, 20 Jun 2019 10:53:23 +0200 Subject: [PATCH] replace readme relative links with absolute --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 07da5bb1..a5895fab 100644 --- a/README.md +++ b/README.md @@ -35,16 +35,16 @@ plugins: ## Usage -See [this section of the documention](./docs/README.md) in order to start using `Serverless with Scaleway Functions`. +See [this section of the documention](https://github.com/scaleway/serverless-scaleway-functions/blob/master/docs/README.md) in order to start using `Serverless with Scaleway Functions`. ## Documentation and useful Links -- [Get started with Serverless Framework on Scaleway Functions](./docs/README/md) +- [Get started with Serverless Framework on Scaleway Functions](https://github.com/scaleway/serverless-scaleway-functions/blob/master/docs/README.md) - [Scaleway Functions Golang Runtime](https://github.com/scaleway/scaleway-functions-go) (you `MUST` use this library if you plan to develop with Golang). - [Serverless Framework documentation](https://serverless.com) - [Scaleway Cloud Provider](https://scaleway.com) -- [Examples/Templates](./examples) for different runtimes on Scaleway Functions +- [Examples/Templates](https://github.com/scaleway/serverless-scaleway-functions/blob/master/examples) for different runtimes on Scaleway Functions As `Scaleway Functions` is only in `early phase`, the platform's documentation is private and will be linked to users invited to test the product.