diff --git a/README.md b/README.md index 2497614..2ae850a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The main project is located at in the [flashy](flashy) folder -The project reports are available in the sidebar of the [project page][project-page], but also in the folder [gr2141](gr2141), and in the release description of [releases][releases] +The project reports are available in the sidebar of the [project page][project-page], but also in the folder [gr2141/docs](gr2141/docs), and in the release description of [releases][releases] Check other reports like code coverage, code quality and test reports from the [project page][project-page] @@ -27,5 +27,5 @@ Check other reports like code coverage, code quality and test reports from the [ [project-page]: https://it1901.pages.stud.idi.ntnu.no/groups-2021/gr2141/gr2141/index.html [gitpod]: https://gitpod.stud.ntnu.no/#https://gitlab.stud.idi.ntnu.no/it1901/groups-2021/gr2141/gr2141 -[releases]: -[project-page]: \ No newline at end of file +[releases]: https://gitlab.stud.idi.ntnu.no/it1901/groups-2021/gr2141/gr2141/-/releases +[project-page]: https://it1901.pages.stud.idi.ntnu.no/groups-2021/gr2141/gr2141/index.html \ No newline at end of file diff --git a/flashy/README.md b/flashy/README.md index d59f677..cb811cc 100644 --- a/flashy/README.md +++ b/flashy/README.md @@ -14,20 +14,20 @@ Flashy is an application which can help you make and memorize flashcards. It's meant to be used as a study tool, that keeps track of all your sets of flashcards. -A more in depth description of flashy's features can be found in the [user story](userstory.md) +A more in depth description of flashy's features can be found in the [user story](../userstory.md) ## Previews: ### Main page:
- Main page + Main page
### Flashy in action:
- Flashy in action + Flashy in action
Note: these images are just a concepts, the application may look a little different at release. @@ -82,6 +82,6 @@ This application also has an API, which makes it easy to extend the application [java-download]: https://www.java.com/en/download/ [latest-release]: https://gitlab.stud.idi.ntnu.no/it1901/groups-2021/gr2141/gr2141/-/releases/latest -[module-core]: https://gitlab.stud.idi.ntnu.no/it1901/groups-2021/gr2141/gr2141/-/tree/master/flashy/core -[module-fxui]: https://gitlab.stud.idi.ntnu.no/it1901/groups-2021/gr2141/gr2141/-/tree/master/flashy/fxui -[module-report]: https://gitlab.stud.idi.ntnu.no/it1901/groups-2021/gr2141/gr2141/-/tree/master/flashy/report \ No newline at end of file +[module-core]: core +[module-fxui]: fxui +[module-report]: report \ No newline at end of file