Skip to content

Commit d4966f0

Browse files
committed
Minor fixes
1 parent ecda7ba commit d4966f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/release-notes.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ old_abbr <- str_split(major_version, "\\.")[[1]] |> paste0(collapse = "")
8888
# Add new item to download-older listing in docs/download/index.qmd
8989

9090
glue('
91-
- id: version{ old_abbr }
91+
\n- id: version{ old_abbr }
9292
title: { old_release }
9393
date: { format(as.Date(old_release_date), "%Y/%m/%d") }
94-
path: https://github.com/quarto-dev/quarto-cli/releases/tag/{ old_release }
94+
path: https://github.com/quarto-dev/quarto-cli/releases/tag/v{ old_release }
9595
changelog: "[Release Notes](changelog/{ major_version }/)"
9696
') |>
9797
cat(file = path(downloads, "_download-older.yml"), append = TRUE)

0 commit comments

Comments
 (0)