Skip to content

Commit

Permalink
Update genIndex.R
Browse files Browse the repository at this point in the history
  • Loading branch information
chaichontat authored Sep 6, 2022
1 parent 70403b8 commit 1a4f855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genIndex.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
files <- list.files(".", recursive = TRUE)
files <- files[grepl("^(Module|prereqs).*\\.html", files)]
files <- files[grepl("^(Module|prereqs).*\\.html", files, ignore.case = TRUE)]

links <- paste(
lapply(files, function(x) paste("- [", x, "](/Quant_mol_neuro_2022/", x, ")", sep = "")),
Expand Down

0 comments on commit 1a4f855

Please sign in to comment.