We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220df99 commit cd98747Copy full SHA for cd98747
vignettes/_translation_links.R
@@ -3,7 +3,7 @@
3
.write.translation.links = function(fmt) {
4
url = "https://rdatatable.gitlab.io/data.table/articles"
5
context = litedown::get_context("input")
6
- path = dirname(context)
+ path = normalizePath(dirname(context))
7
if (basename(path) == "vignettes") {
8
lang = "en"
9
} else {
0 commit comments