Skip to content

Commit 1335992

Browse files
committed
fix link for GAMMS
1 parent 2a66e61 commit 1335992

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

R/app_server.R

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#' @param input,output,session Internal parameters for {shiny}.
44
#' DO NOT REMOVE.
55
#' @import shiny
6-
#' @import mmrefpoints
76
#' @importFrom dplyr select mutate rename filter rename_with recode_factor funs
87
#' @importFrom forcats fct_recode
98
#' @importFrom tidyr pivot_longer pivot_wider expand
@@ -1486,7 +1485,7 @@ app_server <- function( input, output, session ) {
14861485
p(
14871486
i18n$t("The recovery factor is set in the U.S. based on the status of the stock. See the"),
14881487
a(href = "https://www.fisheries.noaa.gov/national/marine-mammal-protection/marine-mammal-protection-act", "MMPA"), i18n$t("or the most recent"),
1489-
a(href = "https://www.fisheries.noaa.gov/webdam/download/64669267", "GAMMS"),
1488+
a(href = "https://www.fisheries.noaa.gov/national/marine-mammal-protection/guidelines-assessing-marine-mammal-stocks", "GAMMS"),
14901489
i18n$t("for more detail.")
14911490
),
14921491
p(strong("0.1-0.3"), i18n$t(" for endangered species or stocks known to be declining")),

0 commit comments

Comments
 (0)