Skip to content

Commit

Permalink
Updated HelloActivity with new cheatsheet and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
phikal committed Dec 1, 2016
1 parent 7fe68d8 commit b2d3563
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

public class HelloActivity extends Activity {

Uri cheatsheet = Uri.parse("http://www.cheatography.com/davechild/cheat-sheets/regular-expressions/"),
changelog = Uri.parse("https://github.com/phikal/ReGeX/blob/master/CHANGELOG.org"),
Uri cheatsheet = Uri.parse("https://www.debuggex.com/cheatsheet/regex/pcre"),
changelog = Uri.parse("https://github.com/phikal/ReGeX/releases"),
source = Uri.parse("http://github.com/phikal/regex");

@Override
Expand Down

0 comments on commit b2d3563

Please sign in to comment.