diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2012-04-10 09:46:44 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2012-04-10 09:46:44 +0300 |
commit | 442da68f73e679ae8a799c249e3bf1fc1a3ee28d (patch) | |
tree | a4f22b541a6116b1d4101a9dcf3034f1b1b59d75 | |
parent | fb9bc5d9fb66a6065bd1c3f71a4b5bae5af89c90 (diff) | |
download | postgresql-442da68f73e679ae8a799c249e3bf1fc1a3ee28d.tar.gz postgresql-442da68f73e679ae8a799c249e3bf1fc1a3ee28d.zip |
Point the URL to PL/py directly to the page about the procedural language.
It used to point to a top-level page that contains client-side tools as
well. It was hard to find the procedural language there.
-rw-r--r-- | doc/src/sgml/external-projects.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/external-projects.sgml b/doc/src/sgml/external-projects.sgml index 91fe8f586da..bc4a2181cbd 100644 --- a/doc/src/sgml/external-projects.sgml +++ b/doc/src/sgml/external-projects.sgml @@ -197,7 +197,7 @@ <row> <entry>PL/Py</entry> <entry>Python</entry> - <entry><ulink url="http://python.projects.postgresql.org/">http://python.projects.postgresql.org/</ulink></entry> + <entry><ulink url="http://python.projects.postgresql.org/backend/">http://python.projects.postgresql.org/backend/</ulink></entry> </row> <row> |