diff options
author | Joe Conway | 2019-04-27 13:27:56 +0000 |
---|---|---|
committer | Joe Conway | 2019-04-27 13:30:22 +0000 |
commit | cf3ff97a15c184bf6a665b891f41349c8aba79fb (patch) | |
tree | af7185d24da2fdcf5d0622e48a6843a1b9a9cf5a | |
parent | ddcaa596725a023c29fce34ff9914e123f225a5e (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 81742d227b..f94e450ef9 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> |