Skip to content

Commit ec6fb4c

Browse files
fix of weblink
1 parent d0e1c16 commit ec6fb4c

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

_pkgdown.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
home:
22
links:
33
- text: User manual (PDF)
4-
href: https://github.com/ready4-dev/ready4fun/releases/download/v0.0.0.9276/ready4fun_user_0.0.0.9278.pdf
4+
href: https://github.com/ready4-dev/ready4fun/releases/download/v0.0.0.9278/ready4fun_user_0.0.0.9278.pdf
55
- text: Developer version of usual manual (PDF)
6+
href: https://github.com/ready4-dev/ready4fun/releases/download/v0.0.0.9278/ready4fun_developer_0.0.0.9278.pdf
7+
- text: Project website
8+
href: https://www.ready4-dev.com/
69
href: https://github.com/ready4-dev/ready4fun/releases/download/v0.0.0.9276/ready4fun_developer_0.0.0.9278.pdf
710
- text: Project website
811
href: https://www.ready4-dev.com/

data-raw/DATASET.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ write_and_doc_fn_fls(fns_dmt_tb,
206206
update_pkgdown_1L_lgl = T)
207207
#
208208

209-
write_links_for_website(user_manual_url_1L_chr = "https://github.com/ready4-dev/ready4fun/releases/download/v0.0.0.9276/ready4fun_user_0.0.0.9276.pdf",
210-
developer_manual_url_1L_chr = "https://github.com/ready4-dev/ready4fun/releases/download/v0.0.0.9276/ready4fun_developer_0.0.0.9276.pdf",
209+
write_links_for_website(user_manual_url_1L_chr = "https://github.com/ready4-dev/ready4fun/releases/download/v0.0.0.9278/ready4fun_user_0.0.0.9278.pdf",
210+
developer_manual_url_1L_chr = "https://github.com/ready4-dev/ready4fun/releases/download/v0.0.0.9278/ready4fun_developer_0.0.0.9278.pdf",
211211
project_website_url_1L_chr = "https://www.ready4-dev.com/")
212212

213213
# 11. Create vignettes

0 commit comments

Comments
 (0)