Skip to content

Commit

Permalink
update docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
trife committed Nov 4, 2024
1 parent 00f85a2 commit 55f079c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public MaterialAboutList getMaterialAboutList(@NonNull Context c) {
getResources().getDrawable(R.drawable.book_open_variant),
getString(R.string.about_manual_title),
false,
Uri.parse("https://docs.fieldbook.phenoapps.org/en/latest/field-book.html")));
Uri.parse("https://fieldbook.phenoapps.org/")));

appCardBuilder.addItem(new MaterialAboutActionItem.Builder()
.text(R.string.citation_card_title)
Expand Down

0 comments on commit 55f079c

Please sign in to comment.