Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Dec 2022 06:20:00 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 2acff37183 - main - events2022: Fix syntax
Message-ID:  <202212150620.2BF6K0Ao041490@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/doc/commit/?id=2acff371839282e607a28ff90174e7a70394fa7e

commit 2acff371839282e607a28ff90174e7a70394fa7e
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2022-12-15 06:18:00 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-12-15 06:18:00 +0000

    events2022: Fix syntax
    
    Sponsored by:   The FreeBSD Foundation
---
 website/data/en/events/events2022.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/data/en/events/events2022.toml b/website/data/en/events/events2022.toml
index 96680c7e1f..2331f5150c 100644
--- a/website/data/en/events/events2022.toml
+++ b/website/data/en/events/events2022.toml
@@ -83,7 +83,7 @@ description = "Join us for the online November 2022FreeBSD Vendor Summit. The ev
 id = "freebsd-friday-2022-12-16"
 name = "FreeBSD Friday: An Introduction to FreeBSD Services"
 url = "https://freebsdfoundation.org/freebsd-fridays/"
-startDate = 2022-12-16""
+startDate = "2022-12-16"
 endDate = "2022-12-16"
 site = "https://live.freebsd.org/FreeBSD/freebsdfriday/"
 description = "On December 16th 2022 from 17:00 UTC there will be an 1 hour live streaming session of the FreeBSD Fridays. Join Drew Gurkowski as he presents a quick introductory guide to configuring printing, basic audio, and wifi on a fresh FreeBSD install."



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