Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Dec 2023 09:44:18 GMT
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 129db40f34 - main - Fix syntax in website/data/en/press/press.toml
Message-ID:  <202312210944.3BL9iIO4077743@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rodrigo:

URL: https://cgit.FreeBSD.org/doc/commit/?id=129db40f340e73679611d07c9c5d4c4a621e223c

commit 129db40f340e73679611d07c9c5d4c4a621e223c
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2023-12-21 09:42:46 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2023-12-21 09:42:46 +0000

    Fix syntax in website/data/en/press/press.toml
---
 website/data/en/press/press.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/data/en/press/press.toml b/website/data/en/press/press.toml
index 6cf2750c3b..6021edd8d4 100644
--- a/website/data/en/press/press.toml
+++ b/website/data/en/press/press.toml
@@ -1,7 +1,7 @@
 # Sort the entries by date
 [[press]]
 name = "FreeBSD 14 Release: Best New Features"
-url = https://www.debugpoint.com/freebsd-14-features/
+url = "https://www.debugpoint.com/freebsd-14-features/"
 siteName = "debugpoint.com"
 siteUrl = "https://www.debugpoint.com"
 date = "2023-11-15"



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