Skip to content

Commit 1f04fac

Browse files
committed
update common ergm terms link in ui.R
1 parent 03486e1 commit 1f04fac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • inst/shiny/statnetWeb

inst/shiny/statnetWeb/ui.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ actionLink('plotright', icon=icon('arrow-right', class='fa-2x'), label=NULL)
905905
fluidRow(
906906
column(12,
907907
a("Commonly used ergm terms",
908-
href = "https://statnet.github.io/nme/d2-ergmterms.html",
908+
href = "https://github.com/statnet/statnetWeb/blob/master/inst/html/d2-sX-ergmterms.html",
909909
target = "_blank"), br(),
910910
a("Term cross-reference tables",
911911
href = "http://cran.r-project.org/web/packages/ergm/vignettes/ergm-term-crossRef.html",
@@ -1335,7 +1335,7 @@ tabPanel(title='Help', value='tab8',
13351335
div(title=paste("Homepage of the statnet project with tutorials,",
13361336
"publications and recent news."),
13371337
a("About statnet",
1338-
href = "https://statnet.csde.washington.edu/trac", target = "_blank")
1338+
href = "http://statnet.org/", target = "_blank")
13391339
),
13401340

13411341
column(11, offset = 1,

0 commit comments

Comments
 (0)