Merge branch 'fix-contributing-ports' into 'develop'

Fixed a typo in Contributing links

See merge request funkwhale/funkwhale!827
This commit is contained in:
Eliot Berriot 2019-07-10 16:00:38 +02:00
commit 2de5c32a54
1 changed files with 3 additions and 3 deletions

View File

@ -185,9 +185,9 @@ If you prefer to launch them in the background instead, use the ``-d`` flag, and
Once everything is up, you can access the various funkwhale's components:
- The Vue webapp, on http://localhost:8080
- The API, on http://localhost:8080/api/v1/
- The django admin, on http://localhost:8080/api/admin/
- The Vue webapp, on http://localhost:8000
- The API, on http://localhost:8000/api/v1/
- The django admin, on http://localhost:800/api/admin/
Stopping everything
^^^^^^^^^^^^^^^^^^^