From fdf674c7bdcf70f7217ab7ab32bf352e629f6241 Mon Sep 17 00:00:00 2001 From: damithc Date: Fri, 17 May 2024 00:16:06 +0800 Subject: [PATCH] Update outdated links to example reports Let's update links of example dashboards to point to a later version which uses a more recent version of RepoSense. --- docs/ug/usingReports.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ug/usingReports.md b/docs/ug/usingReports.md index d0ebbd13c6..eebaf835d2 100644 --- a/docs/ug/usingReports.md +++ b/docs/ug/usingReports.md @@ -18,7 +18,7 @@ Let's look at how to view, interpret, and interact with a RepoSense report. As a report consists of web pages, it can be viewed using a Web Browser. Here are the ways to view the report in different situations. * **Situation 1: The report has been hosted on a website** - * Simply go to the URL of the report ([example](https://nus-cs2113-ay1920s2.github.io/tp-dashboard)) in your browser. + * Simply go to the URL of the report ([example](https://nus-cs2113-ay2324s2.github.io/tp-dashboard)) in your browser. * **Situation 2: You generated the report in your computer earlier** * Run RepoSense with the `--view` option:
Format: `java -jar RepoSense.jar --view REPORT_FOLDER`
@@ -129,7 +129,7 @@ Notes:
-**RepoSense support _intelligent_ bookmarks**: Note how the browser URL changes as you modify settings in the report. If you send that URL to someone else, that person will be able to use that URL to view the report in the same _view configuration_ you had when you copied the URL. For example, [this URL](https://nus-cs2113-ay1920s2.github.io/tp-dashboard/) and [this URL](https://nus-cs2113-ay1920s2.github.io/tp-dashboard/#search=&sort=groupTitle&sortWithin=title&since=2020-03-01&timeframe=day&mergegroup=true&groupSelect=groupByRepos&breakdown=true) give two different views of the same report. +**RepoSense support _intelligent_ bookmarks**: Note how the browser URL changes as you modify settings in the report. If you send that URL to someone else, that person will be able to use that URL to view the report in the same _view configuration_ you had when you copied the URL. For example, [this URL](https://nus-cs2113-ay2324s2.github.io/tp-dashboard/) and [this URL](https://nus-cs2113-ay2324s2.github.io/tp-dashboard/?search=&sort=groupTitle%20dsc&sortWithin=title&since=2024-02-23&until=2024-04-26&timeframe=commit&mergegroup=&groupSelect=groupByRepos&breakdown=true&tabOpen=false&checkedFileTypes=docs~functional-code~test-code~other) give two different views of the same report.