Skip to content

Commit

Permalink
Update outdated links to example reports
Browse files Browse the repository at this point in the history
Let's update links of example dashboards to point to a later
version which uses a more recent version of RepoSense.
  • Loading branch information
damithc authored and ckcherry23 committed May 17, 2024
1 parent 5dedb6a commit dcaebe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ug/usingReports.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:<br>
Format: `java -jar RepoSense.jar --view REPORT_FOLDER`<br>
Expand Down Expand Up @@ -129,7 +129,7 @@ Notes:<br>

<box type="tip" seamless>

**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.
</box>

<!-- ==================================================================================================== -->
Expand Down

0 comments on commit dcaebe9

Please sign in to comment.