Skip to content

Commit

Permalink
Update R/utils.R
Browse files Browse the repository at this point in the history
Updated enable_cdn to use slidifylibraries.googlecode.com rather than slidify.googlecode.com, fixing bug with publishing slides 
  • Loading branch information
richarddmorey committed Jan 14, 2013
1 parent 541146d commit 24ad582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ embed_images <- function(html_in){
#'
#' @noRd
enable_cdn <- function(html){
cdn = 'http://slidify.googlecode.com/git/inst/libraries/'
cdn = 'http://slidifylibraries.googlecode.com/git/inst/libraries/'
html = gsub("libraries/", cdn, html, fixed = TRUE)
}

Expand Down Expand Up @@ -143,4 +143,4 @@ merge_list <- function (x, y, ...){
#' @noRd
filter_blank <- function(x){
Filter(function(y) y != '', x)
}
}

0 comments on commit 24ad582

Please sign in to comment.