Skip to content

Commit 5f79801

Browse files
authored
Fix end date for Golden Paths event (#16172)
This is an incorrect timestamp with month 00
1 parent 45316fd commit 5f79801

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/events/golden-paths/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ form:
7878
event_data:
7979
name: "Golden Paths: Infrastructure Components and Templates"
8080
start_date: 2025-08-06T12:00:00-04:00
81-
end_date: 2025-00-06T13:00:00-04:00
81+
end_date: 2025-08-06T13:00:00-04:00
8282
url: "https://www.pulumi.com/resources/golden-paths/"
8383
description: |
8484
Golden paths are the foundation of successful Internal Developer Platforms—providing developers with pre-approved, production-ready infrastructure patterns they can self-serve. This hands-on workshop teaches you to build reusable Pulumi components and templates that encapsulate your organization's best practices. You'll learn to create composable building blocks that make the right thing the easy thing, reducing cognitive load for developers while maintaining operational excellence.
85-
---
85+
---

0 commit comments

Comments
 (0)