Skip to content

Commit

Permalink
atualiza readme
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrizmilz committed Aug 1, 2024
1 parent f034d89 commit a88d1e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
}
```

Expand Down Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://curso-r.com/blog/>
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit a88d1e9

Please sign in to comment.