diff --git a/src/Literate.jl b/src/Literate.jl index 1f6b9be..85feb74 100644 --- a/src/Literate.jl +++ b/src/Literate.jl @@ -223,8 +223,8 @@ function replace_default(content, sym; if (match(r"@__REPO_ROOT_URL__", content) !== nothing) || (match(r"@__NBVIEWER_ROOT_URL__", content) !== nothing) || (match(r"@__BINDER_ROOT_URL__", content) !== nothing) - @warn("expansion of `@__REPO_ROOT_URL__`, `@__REPO_ROOT_URL__` and " * - " `@__REPO_ROOT_URL__` will only be correct if running from " * + @warn("expansion of `@__REPO_ROOT_URL__`, `@__NBVIEWER_ROOT_URL__` and " * + " `@__BINDER_ROOT_URL__` will only be correct if running from " * "DocumentationGenerator.jl, Travis CI or GitHub Actions.") end end