diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 4bbce75..13bb86a 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -2,9 +2,9 @@ # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help on: push: - branches: [main, master] + branches: [devel] pull_request: - branches: [main, master] + branches: [devel] release: types: [published] workflow_dispatch: diff --git a/DESCRIPTION b/DESCRIPTION index bafdec7..d6411e4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -31,4 +31,4 @@ biocViews: ImmunoOncology, Microbiome, Sequencing, Clustering, Classification, Metagenomics VignetteBuilder: knitr URL: https://mtmorgan.github.io/DirichletMultinomial/ -BugReports: https://mtmorgan.github.io/DirichletMultinomial/issues +BugReports: https://github.com/mtmorgan/DirichletMultinomial/issues