diff options
author | euxane | 2025-01-23 00:09:52 +0100 |
---|---|---|
committer | euxane | 2025-01-23 00:09:52 +0100 |
commit | 4e28a14c2f750f74da51e3d2f55f2fc29b484058 (patch) | |
tree | c36012725280140cb02104dffbf96009ec57c380 | |
parent | b4ee43b4b7226609eb458ebc615d1f7406292816 (diff) | |
download | jacoco-viewer-master.tar.gz |
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | src/Report.js | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ | |||
3 | A web-based JaCoCo coverage report viewer. | 3 | A web-based JaCoCo coverage report viewer. |
4 | Part of a scholar project at UPEM. | 4 | Part of a scholar project at UPEM. |
5 | 5 | ||
6 | This application is deployed at <https://jacocoviewer.euxane.net>. | 6 | This application is deployed at <https://jacocoviewer.euxane.eu>. |
7 | 7 | ||
8 | 8 | ||
9 | ## Yarn tasks | 9 | ## Yarn tasks |
diff --git a/src/Report.js b/src/Report.js index f122245..98a5619 100644 --- a/src/Report.js +++ b/src/Report.js | |||
@@ -24,7 +24,7 @@ export class Report extends Component { | |||
24 | _renderAppInfo() { | 24 | _renderAppInfo() { |
25 | return ( | 25 | return ( |
26 | <div> | 26 | <div> |
27 | Copyright © 2018 Euxane TRAN-GIRARD, Adam NAILI - <a href="https://cgit.euxane.net/jacoco-viewer/about/">Sources</a> | 27 | Copyright © 2018 Euxane TRAN-GIRARD, Adam NAILI - <a href="https://cgit.euxane.eu/jacoco-viewer/about/">Sources</a> |
28 | </div> | 28 | </div> |
29 | ); | 29 | ); |
30 | } | 30 | } |