diff options
| -rw-r--r-- | template/add.tmpl | 2 | ||||
| -rw-r--r-- | template/index.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/template/add.tmpl b/template/add.tmpl index a9d6e51..f20a3d8 100644 --- a/template/add.tmpl +++ b/template/add.tmpl @@ -6,7 +6,7 @@ Adding your blog to Planet PostgreSQL is simple, and we encourage all people who blog about PostgreSQL to do it. Just follow the steps below: </p> <ol> - <li>Make sure your blog follows the <a href="https://wiki.postgresql.org/wiki/Planet_PostgreSQL">policy</a>.</li> + <li>Make sure your blog follows the <a href="https://www.postgresql.org/about/policies/planet-postgresql/">policy</a>.</li> <li>If you don't have one already, <a href="https://www.postgresql.org/account/signup/">sign up</a> for a PostgreSQL Community Account (same as is used for example for diff --git a/template/index.tmpl b/template/index.tmpl index 1b7afc9..2cc2024 100644 --- a/template/index.tmpl +++ b/template/index.tmpl @@ -33,7 +33,7 @@ {%endif%} <div class="planetRightTitle">Planet</div> <ul> - <li><a href="https://wiki.postgresql.org/wiki/Planet_PostgreSQL">Policy</a> for being listed on Planet PostgreSQL.</li> + <li><a href="https://www.postgresql.org/about/policies/planet-postgresql/">Policy</a> for being listed on Planet PostgreSQL.</li> <li><a href="add.html">Add</a> your blog to Planet PostgreSQL.</li> <li><a href="feeds.html">List</a> of all subscribed blogs.</li> <li><a href="/register/">Manage</a> your registration.</li> |
