diff options
| author | Joe Conway | 2019-04-27 13:28:06 +0000 |
|---|---|---|
| committer | Joe Conway | 2019-04-27 13:28:06 +0000 |
| commit | e729d0b8c7f3be459d56b984c979b79df4771200 (patch) | |
| tree | 4d6e1c8acb781ab0be42f3afb37739b1ec5dd3a9 | |
| parent | b3904abb4d43f59749438735ab3ce3227e9b61b8 (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> |
