Skip to content

Commit

Permalink
fix: Markdown links
Browse files Browse the repository at this point in the history
  • Loading branch information
taorepoara committed Jul 27, 2023
1 parent 12cf8ae commit 6740192
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/markdown/getting-started/create-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down Expand Up @@ -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)
[{:.btn.link.lenra-icon-arrow-right}Look at our todo list app guide](../guides/todo-list-app.html)
2 changes: 1 addition & 1 deletion src/markdown/getting-started/deploy-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6740192

Please sign in to comment.