diff options
Diffstat (limited to 'src/Report.js')
-rw-r--r-- | src/Report.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 | } |