aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--src/Report.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index bf1626b..0a31d81 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
3A web-based JaCoCo coverage report viewer. 3A web-based JaCoCo coverage report viewer.
4Part of a scholar project at UPEM. 4Part of a scholar project at UPEM.
5 5
6This application is deployed at <https://jacocoviewer.euxane.net>. 6This 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 &copy; 2018 Euxane TRAN-GIRARD, Adam NAILI - <a href="https://cgit.euxane.net/jacoco-viewer/about/">Sources</a> 27 Copyright &copy; 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 }