Fix typo in URL on beta page
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 29 Sep 2022 13:08:01 +0000 (09:08 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 29 Sep 2022 13:08:01 +0000 (09:08 -0400)
An extra character snuck in and was not caught during testing
as the news link would 404 anyway.

templates/pages/developer/beta.html

index eb7d52a0387a7c85aa029db5904b4167a2b1b74d..9d7d5c5984c2f06b8d5c93a52be68c7227bffbdc 100644 (file)
@@ -46,7 +46,7 @@
 
 <ul>
   <li>
-    <a href="}/about/news/postgresql-15-rc-1-released-2516/">PostgreSQL 15 RC 1 Release Announcement</a>
+    <a href="/about/news/postgresql-15-rc-1-released-2516/">PostgreSQL 15 RC 1 Release Announcement</a>
   </li>
   <li>
     <a href="/ftp/source/v15rc1/">Download PostgreSQL 15 RC 1 source code</a>