diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2018-07-16 10:44:06 +0200 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2018-07-16 10:48:05 +0200 |
commit | a06e56b247feb2812bad5cf60fd9c0128d81f5c0 (patch) | |
tree | d1ff92ce2a479bf352d0ee8883c461198ef411b7 /src/backend/lib | |
parent | 1007b0a126c608b530fd2914825f1e6d133cb649 (diff) | |
download | postgresql-a06e56b247feb2812bad5cf60fd9c0128d81f5c0.tar.gz postgresql-a06e56b247feb2812bad5cf60fd9c0128d81f5c0.zip |
doc: Update redirecting links
Update links that resulted in redirects. Most are changes from http to
https, but there are also some other minor edits. (There are still some
redirects where the target URL looks less elegant than the one we
currently have. I have left those as is.)
Diffstat (limited to 'src/backend/lib')
-rw-r--r-- | src/backend/lib/bipartite_match.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/lib/bipartite_match.c b/src/backend/lib/bipartite_match.c index 5be5ed24f1c..2870b9e0634 100644 --- a/src/backend/lib/bipartite_match.c +++ b/src/backend/lib/bipartite_match.c @@ -5,7 +5,7 @@ * * This implementation is based on pseudocode found at: * - * http://en.wikipedia.org/w/index.php?title=Hopcroft%E2%80%93Karp_algorithm&oldid=593898016 + * https://en.wikipedia.org/w/index.php?title=Hopcroft%E2%80%93Karp_algorithm&oldid=593898016 * * Copyright (c) 2015-2018, PostgreSQL Global Development Group * |