diff --git a/README.Rmd b/README.Rmd index d8a0034..7fa1ed8 100644 --- a/README.Rmd +++ b/README.Rmd @@ -29,7 +29,7 @@ path_to_url <- function(path) { ```{r results = 'asis'} # Baixar o ZIP do repo da turma (o repo principal não vai ter os scripts feitos em aula) if (params$download_material == "TRUE") { - glue::glue("- [Clique aqui](https://github.com/curso-r/{params$turma}/archive/refs/heads/main.zip) para baixar o material do curso.") + glue::glue("- [Clique aqui](https://github.com/curso-r/main-r4ds-1/raw/master/material_do_curso.zip) para baixar o material do curso.") } ``` @@ -132,7 +132,7 @@ if (params$download_material == TRUE) { "logo: assets/logo.png", "\n", "title: {params$nome_curso}", "\n", "show_downloads: true", "\n", - "link_material: 'https://github.com/curso-r/{params$turma}/archive/refs/heads/main.zip'", + "link_material: 'https://github.com/curso-r/main-r4ds-1/raw/master/material_do_curso.zip'", "\n" ) } else { diff --git a/README.md b/README.md index 82573f2..50b06d7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Informações importantes - [Clique - aqui](https://github.com/curso-r/202408-r4ds-1/archive/refs/heads/main.zip) + aqui](https://github.com/curso-r/main-r4ds-1/raw/master/material_do_curso.zip) para baixar o material do curso. - Nosso blog: diff --git a/_config.yml b/_config.yml index 6eca387..9a9faea 100644 --- a/_config.yml +++ b/_config.yml @@ -2,4 +2,4 @@ theme: jekyll-theme-minimal logo: assets/logo.png title: R para Ciência de Dados I show_downloads: true -link_material: 'https://github.com/curso-r/202408-r4ds-1/archive/refs/heads/main.zip' +link_material: 'https://github.com/curso-r/main-r4ds-1/raw/master/material_do_curso.zip'