git: 129db40f34 - main - Fix syntax in website/data/en/press/press.toml

From: Rodrigo Osorio <rodrigo_at_FreeBSD.org>
Date: Thu, 21 Dec 2023 09:44:18 UTC
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"