diff options
author | Joe Conway <mail@joeconway.com> | 2019-04-27 09:27:58 -0400 |
---|---|---|
committer | Joe Conway <mail@joeconway.com> | 2019-04-27 09:27:58 -0400 |
commit | d51cfb0eaf4808c6041f4e36d613282d59bf39d8 (patch) | |
tree | ba64ad885a0644abab75d851ee53bfb5b00b85af | |
parent | a97cfd9b829158ba4d9be866c65d0937b7d3519d (diff) | |
download | postgresql-d51cfb0eaf4808c6041f4e36d613282d59bf39d8.tar.gz postgresql-d51cfb0eaf4808c6041f4e36d613282d59bf39d8.zip |
Correct the URL pointing to PL/R
As pointed out by documentation comment, the URL for PL/R
needs to be updated to the correct current repository. Back-patch
to all supported branches.
-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 81742d227bb..f94e450ef9e 100644 --- a/doc/src/sgml/external-projects.sgml +++ b/doc/src/sgml/external-projects.sgml @@ -205,7 +205,7 @@ <row> <entry>PL/R</entry> <entry>R</entry> - <entry><ulink url="http://www.joeconway.com/plr.html"></ulink></entry> + <entry><ulink url="https://github.com/postgres-plr/plr"></ulink></entry> </row> <row> |