diff --git a/DESCRIPTION b/DESCRIPTION
index 62087b0..3b56e8c 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -44,3 +44,4 @@ VignetteBuilder: knitr
Config/testthat/edition: 3
LazyData: true
URL: https://traitecoevo.github.io/hmde/
+BugReports: https://github.com/traitecoevo/austraits/issues
diff --git a/README.Rmd b/README.Rmd
index b2ebab7..47cec31 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -1,9 +1,8 @@
---
-title: "hmde: Hierarchical Methods for Differential Equations"
output: github_document
---
-![](man/figures/hmde_hex.png){fig-align="right" width=30%}
+# hmde
The goal of `hmde` is to implement hierarchical Bayesian longitudinal models to solve the Bayesian inverse problem of estimating differential equation parameters based on repeat measurement surveys. Estimation is done using Markov Chain Monte Carlo, implemented through
[Stan](https://mc-stan.org/) via [RStan](https://mc-stan.org/users/interfaces/rstan), built under [R](https://cran.r-project.org/) 4.3.3. The inbuilt models are based on case studies in ecology. The hierarchical Bayesian longitudinal method was first introduced in O'Brien et al., [2024](https://besjournals.onlinelibrary.wiley.com/doi/10.1111/2041-210X.14463).
diff --git a/README.md b/README.md
index 1054c49..11e117d 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,5 @@
-hmde: Hierarchical Methods for Differential Equations
-================
-
+# hmde
The goal of `hmde` is to implement hierarchical Bayesian longitudinal
models to solve the Bayesian inverse problem of estimating differential
diff --git a/_pkgdown.yml b/_pkgdown.yml
index 1a4e613..9a029e1 100644
--- a/_pkgdown.yml
+++ b/_pkgdown.yml
@@ -20,7 +20,7 @@ navbar:
href: 'articles/canham.html'
github:
icon: fab fa-github fa-lg
- href: https://github.com/traitecoevo/austraits/
+ href: https://github.com/traitecoevo/hmde/