diff options
author | Joe Conway | 2019-04-27 13:28:09 +0000 |
---|---|---|
committer | Joe Conway | 2019-04-27 13:28:09 +0000 |
commit | 17947af968b82ffba7aa2bde047ddd862f7fc2f9 (patch) | |
tree | b74dbe7c6f6e51f7520b50bf5776fa49366483fd | |
parent | 1c61ec7bb14ee0c6064f54a2ddaaedc3537db581 (diff) |
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 968e1ef0fa5..99a259615dd 100644 --- a/doc/src/sgml/external-projects.sgml +++ b/doc/src/sgml/external-projects.sgml @@ -211,7 +211,7 @@ <row> <entry>PL/R</entry> <entry>R</entry> - <entry><ulink url="http://www.joeconway.com/plr.html">http://www.joeconway.com/plr.html</ulink></entry> + <entry><ulink url="https://github.com/postgres-plr/plr">https://github.com/postgres-plr/plr</ulink></entry> </row> <row> |