links to repo
diff --git a/DESCRIPTION b/DESCRIPTION
index 733aa46..825ab88 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -12,6 +12,8 @@
 Description: R Markdown format for 'reveal.js' presentations, a framework 
   for easily creating beautiful presentations using HTML.
 License: MIT + file LICENSE
+URL: https://github.com/rstudio/revealjs
+BugReports: https://github.com/rstudio/revealjs/issues
 Depends:
     R (>= 3.0)
 Imports:
diff --git a/R/revealjs_presentation.R b/R/revealjs_presentation.R
index f643138..d8a83c8 100644
--- a/R/revealjs_presentation.R
+++ b/R/revealjs_presentation.R
@@ -31,11 +31,9 @@
 #' slides. If you use a mix of level 1 and level 2 headers then a
 #' two-dimensional layout will be produced, with level 1 headers building
 #' horizontally and level 2 headers building vertically.
-#'
-#' For more information on markdown syntax for presentations see
-#' \href{http://johnmacfarlane.net/pandoc/demo/example9/producing-slide-shows-with-pandoc.html}{producing
-#' slide shows with pandoc}.
-#'
+#' 
+#' For additional documentation on using revealjs presentations see \href{https://github.com/rstudio/revealjs}{https://github.com/rstudio/revealjs}.
+#' 
 #' @section Templates:
 #'
 #' You can provide a custom HTML template to be used for rendering. The syntax
diff --git a/man/revealjs_presentation.Rd b/man/revealjs_presentation.Rd
index fb31b2b..3be5259 100644
--- a/man/revealjs_presentation.Rd
+++ b/man/revealjs_presentation.Rd
@@ -98,9 +98,7 @@
 two-dimensional layout will be produced, with level 1 headers building
 horizontally and level 2 headers building vertically.
 
-For more information on markdown syntax for presentations see
-\href{http://johnmacfarlane.net/pandoc/demo/example9/producing-slide-shows-with-pandoc.html}{producing
-slide shows with pandoc}.
+For additional documentation on using revealjs presentations see \href{https://github.com/rstudio/revealjs}{https://github.com/rstudio/revealjs}.
 }
 \section{Templates}{