From 6740192c7c724da2b9fbb8bc4647f59f09b755ae Mon Sep 17 00:00:00 2001 From: Thomas DA ROCHA Date: Thu, 27 Jul 2023 11:50:23 +0200 Subject: [PATCH] fix: Markdown links --- src/markdown/getting-started/create-project.md | 8 ++++---- src/markdown/getting-started/deploy-app.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/markdown/getting-started/create-project.md b/src/markdown/getting-started/create-project.md index 99a0318..bdcff7a 100644 --- a/src/markdown/getting-started/create-project.md +++ b/src/markdown/getting-started/create-project.md @@ -4,7 +4,7 @@ name: Create a project ## New project -Once the [Lenra CLI is installed](./install.md), you can use it to create a new Lenra app. +Once the [Lenra CLI is installed](./install.html), you can use it to create a new Lenra app. {:.or} - ### from **a template** @@ -48,13 +48,13 @@ Once the [Lenra CLI is installed](./install.md), you can use it to create a new If you don't find a template that fits your needs or you want to better understand how it works, you can create a new Lenra app from scratch. - [{:.btn.link}Read the specific guide for that](../guides/create-from-scratch.md) + [{:.btn.link}Read the specific guide for that](../guides/create-from-scratch.html) ## Start **developing** Now that you have a new Lenra app project, you can start developing it. -Be shure you've understand the [Lenra principles](../guides/principles.md) before starting. +Be shure you've understand the [Lenra principles](../guides/principles.html) before starting. -[{:.btn.link.lenra-icon-arrow-right}Look at our todo list app guide](../guides/todo-list-app.md) \ No newline at end of file +[{:.btn.link.lenra-icon-arrow-right}Look at our todo list app guide](../guides/todo-list-app.html) \ No newline at end of file diff --git a/src/markdown/getting-started/deploy-app.md b/src/markdown/getting-started/deploy-app.md index 4ea01c8..f4e7563 100644 --- a/src/markdown/getting-started/deploy-app.md +++ b/src/markdown/getting-started/deploy-app.md @@ -8,7 +8,7 @@ Create an account on [dev.lenra.io](https://dev.lenra.io). You will be asked for a token to join our developer platform as our platform is in private beta phase. We will be sending you one as soon as possible. After successfully completing this step you will be redirected to the creation of your first project, just enter a name and the URL of the app git repository. -For private repositories, follow [our dedicated guide](../guides/use-private-repository.md). +For private repositories, follow [our dedicated guide](../guides/use-private-repository.html). Then you simply click `Publish my application` at the top right corner, your application will be sent to Lenra's servers and deployed to be accessible directly for the Lenra Store. Once your application is fully deployed on our servers, it will be accessible by clicking the `See my application` button.