git: ebd47aa134 - main - Use production setting
Li-Wen Hsu <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by lwhsu (ports, src committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=ebd47aa1348a950b3129727a5490c667f3755636 commit ebd47aa1348a950b3129727a5490c667f3755636 Author: Li-Wen Hsu <[email protected]> AuthorDate: 2021-02-07 05:05:13 +0000 Commit: Li-Wen Hsu <[email protected]> CommitDate: 2021-02-07 05:05:13 +0000 Use production setting PR: 253134 Reported by: wosch Approved by: carlavilla (implicitly) --- documentation/config/_default/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/config/_default/config.toml b/documentation/config/_default/config.toml index 9d0acfa24e..d75e4f5433 100644 --- a/documentation/config/_default/config.toml +++ b/documentation/config/_default/config.toml @@ -15,7 +15,7 @@ ignoreFiles = [ "chapters-order.adoc$", "toc.adoc$", "toc-tables.adoc$", "toc-fi enableRobotsTXT = true [params] - websiteURL = "https://www-dev.freebsd.org/" + websiteURL = "https://www.FreeBSD.org/" [markup.asciidocExt] preserveTOC = true _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"