Skip to content

Commit 0e2c56b

Browse files
committed
fix: right issue link to upstream issue on lfx blog post (#303)
Signed-off-by: Jonathan Gonzalez V. <jonathan.abdiel@gmail.com> c320299
1 parent d97f38d commit 0e2c56b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/lfx-cncf-mentorship/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ <h6 class="flex gap-2 text-sm charcoal">
184184
<h2 id="implementing-declarative-management-of-postgresql-foreign-data-wrappers">Implementing “Declarative Management of PostgreSQL Foreign Data Wrappers”</h2>
185185
<p>The project we proposed aims to extend the CloudNativePG operator to support
186186
declarative configuration of foreign data wrappers through its Database custom
187-
resource (<a href="http://cloudnative-pg/cloudnative-pg#4683">Upstream Issue</a>).
187+
resource (<a href="https://github.com/cloudnative-pg/cloudnative-pg/issues/4683">Upstream Issue</a>).
188188
PostgreSQL supports the SQL/MED (Management of External Data) specification,
189189
enabling access to external data sources through standard SQL queries. These
190190
sources—known as foreign data—are accessed via foreign data wrappers (FDWs),

0 commit comments

Comments
 (0)