Skip to content

Commit db6ea24

Browse files
Laury SorriauxLaury Sorriaux
authored andcommitted
fix API archive link
1 parent 5cef6d6 commit db6ea24

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

distribution/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ API Platform is shipped with a [Docker](https://docker.com) setup that makes it
4141
environment up and running. This setup contains an image pre-configured with PHP 7, Apache and everything needed to run API
4242
Platform and a MySQL image to host the database.
4343

44-
Start by [downloading the API Platform Standard Edition archive](https://api.github.com/repos/api-platform/api-platform/zipball) and extract its content.
44+
Start by [downloading the API Platform Standard Edition archive](https://github.com/api-platform/api-platform/releases/latest) and extract its content.
4545
The resulting directory contains an empty API Platform project structure. You will add your own code and configuration inside
4646
it.
4747
Then, if you do not already have Docker on your computer, [it's the right time to install it](https://www.docker.com/products/overview#/install_the_platform).
@@ -92,15 +92,15 @@ ORM and its bridge supports major RDBMS including MySQL, PostgreSQL, SQLite, SQL
9292
Instead of using Docker, API Platform can also be installed on the local machine using [Composer](https://getcomposer.org/):
9393

9494
$ composer create-project api-platform/api-platform bookshop-api
95-
95+
9696
Then, enter the project folder, create the database and its schema:
97-
97+
9898
$ cd bookshop-api
9999
$ php bin/console doctrine:database:create
100100
$ php bin/console doctrine:schema:create
101-
101+
102102
And start the server:
103-
103+
104104
$ php bin/console server:run
105105

106106
## It's ready!

0 commit comments

Comments
 (0)