Update repo URL
app/src/main/java/eu/lepiller/nani/AboutActivity.java
20 | 20 | sources_button.setOnClickListener(new View.OnClickListener() { | |
21 | 21 | @Override | |
22 | 22 | public void onClick(View v) { | |
23 | - | Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://framagit.org/tyreunom/nani")); | |
23 | + | Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://framagit.org/nani-project/nani-app")); | |
24 | 24 | startActivity(browserIntent); | |
25 | 25 | } | |
26 | 26 | }); | |
… | |||
28 | 28 | report_button.setOnClickListener(new View.OnClickListener() { | |
29 | 29 | @Override | |
30 | 30 | public void onClick(View v) { | |
31 | - | Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://framagit.org/tyreunom/nani/issues")); | |
31 | + | Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://framagit.org/nani-project/nani-app/issues")); | |
32 | 32 | startActivity(browserIntent); | |
33 | 33 | } | |
34 | 34 | }); |