git: e52c79320b - main - Documentation Portal: Move GitHub url from edit to blob
Sergio Carlavilla Delgado <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=e52c79320b03645cf9097d883e9d3aae2177ca60 commit e52c79320b03645cf9097d883e9d3aae2177ca60 Author: Sergio Carlavilla Delgado <[email protected]> AuthorDate: 2023-08-30 15:40:00 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> CommitDate: 2023-08-30 15:40:00 +0000 Documentation Portal: Move GitHub url from edit to blob Approved by: fernape@, dbaio@ by email Differential Revision: https://reviews.freebsd.org/D41601 --- 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 6949019e99..f436c61919 100644 --- a/documentation/config/_default/config.toml +++ b/documentation/config/_default/config.toml @@ -18,7 +18,7 @@ timeout = 180000 websiteURL = "https://www.FreeBSD.org" description = "FreeBSD Documentation Portal" isOnline = true - editBaseUrl = "https://github.com/freebsd/freebsd-doc/edit/main/documentation/content/" + editBaseUrl = "https://github.com/freebsd/freebsd-doc/blob/main/documentation/content/" downloadBaseUrl = "https://download.freebsd.org/doc/" [security]