diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-07-08 16:57:36 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-24 19:47:59 +0200 |
| commit | b30906bbe0d5f343b337a80de1b4b70ebf288331 (patch) | |
| tree | be0c63abdde94c5b3111f47df19e46364cc60a36 /frontend/README.md | |
| parent | 37da1e52419075889ccd8e37279a32578462112a (diff) | |
Fix Docker setup
Diffstat (limited to 'frontend/README.md')
| -rw-r--r-- | frontend/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/README.md b/frontend/README.md index c18e18d2..14b2479f 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -59,11 +59,11 @@ All pages are represented by a component in the `src/pages` directory. There are **Home.js** - Entry page (`/`) -**Projects.js** - Overview of simulations of the user (`/simulations`) +**Projects.js** - Overview of projects of the user (`/projects`) -**App.js** - Main application, with datacenter construction and simulation UI (`/simulations/:simulationId` and `/simulations/:simulationId/experiments/:experimentId`) +**App.js** - Main application, with datacenter construction and simulation UI (`/projects/:projectId` and `/projects/:projectId/experiments/:experimentId`) -**Experiments.js** - Overview of experiments of the current simulation (`/simulations/:simulationId/experiments`) +**Experiments.js** - Overview of experiments of the current project (`/projects/:projectId/experiments`) **Profile.js** - Profile of the current user (`/profile`) |
