Skip to content

Commit 02a82db

Browse files
committed
update links to the new github organization name
1 parent 9196dba commit 02a82db

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Description: A simulation-based tool made to help researchers to become familiar
2323
and sensitivity analysis of multilevel and multivariate data [Allegue, H., Araya-Ajoy, Y.G., Dingemanse,
2424
N.J., Dochtermann N.A., Garamszegi, L.Z., Nakagawa, S., Reale, D., Schielzeth, H. and Westneat, D.F. (2016)
2525
<doi: 10.1111/2041-210X.12659>].
26-
URL: https://github.com/squid-group/squid, https://squid-group.github.io/squid/
27-
BugReports: https://github.com/squid-group/squid/issues
26+
URL: https://github.com/squidgroup/squid, https://squidgroup.github.io/squid/
27+
BugReports: https://github.com/squidgroup/squid/issues
2828
Depends:
2929
R (>= 4.1.0)
3030
License: MIT + file LICENSE

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To install the development version from GitHub:
3939

4040
```
4141
# install.packages("devtools")
42-
devtools::install_github("squid-group/squid")
42+
devtools::install_github("squidgroup/squid")
4343
4444
```
4545
Get more information about the installation of the [devtools](https://cran.r-project.org/package=devtools/readme/README.html) package.

inst/shiny-squid/ui.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ shinyUI(
9292
fixedPage(
9393
wellPanel(
9494
h4("Contact us"),
95-
p("Visit us on ", a("Github.", href="https://github.com/hallegue/squid", target="_blank")),
96-
p("Report a ", a("bug.", href="https://github.com/hallegue/squid/issues", target="_blank"))
95+
p("Visit us on ", a("Github.", href="https://github.com/squidgroup/squid", target="_blank")),
96+
p("Report a ", a("bug.", href="https://github.com/squidgroup/squid/issues", target="_blank"))
9797
),
9898
wellPanel(
9999
h4(portal_txt$parag2_title),

0 commit comments

Comments
 (0)