diff --git a/README.md b/README.md index f7e25ef..f45c6d9 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ All deliverables are located in the [`deliverables/`](deliverables/) folder and ### Coverage [`deliverables/Coverage/`](deliverables/Coverage/) -Contains code-coverage reports. The folder includes screenshot summaries (`.JPG`) and the full HTML report under `htmReport/` — open `htmReport/index.html` in a browser for the interactive view. +Contains code-coverage reports. The folder includes screenshot summaries (`.JPG`) and the full HTML report under `htmReport/`. Open [`Coverage/htmReport/index.html`](deliverables/Coverage/htmReport/index.html) in a browser for the interactive view. ### JAR [`deliverables/JAR/`](deliverables/JAR/) @@ -191,7 +191,7 @@ See the **Launch** sections above for usage instructions. ### Javadoc [`deliverables/JAVADOC/`](deliverables/JAVADOC/index.html) -Auto-generated API documentation for the entire project. Open [`deliverables/JAVADOC/index.html`](deliverables/JAVADOC/index.html) in a browser to browse packages and classes. +Auto-generated API documentation for the entire project. Open [`JAVADOC/index.html`](deliverables/JAVADOC/index.html) in a browser to browse packages and classes. ### UML Diagrams [`deliverables/UML/`](deliverables/UML/) @@ -230,4 +230,4 @@ The save file is created in the directory from which the server JAR is launched: To force a new game (ignoring the save) simply delete this file before starting the server. ---- \ No newline at end of file +---