Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 2021 05:06:31 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: ebd47aa134 - main - Use production setting
Message-ID:  <202102070506.11756Vb5082890@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <lwhsu@FreeBSD.org>
AuthorDate: 2021-02-07 05:05:13 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102070506.11756Vb5082890>