From ce717f84e96b2384a671dd7490aec03132a90352 Mon Sep 17 00:00:00 2001 From: Mathias Rangel Wulff Date: Thu, 7 Jan 2016 14:48:18 +0100 Subject: [PATCH] Link to manual No reason to let people look for the correct links --- src/test/regress/README | 3 --- src/test/regress/README.md | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 src/test/regress/README create mode 100644 src/test/regress/README.md diff --git a/src/test/regress/README b/src/test/regress/README deleted file mode 100644 index 0cbf3b64b2474..0000000000000 --- a/src/test/regress/README +++ /dev/null @@ -1,3 +0,0 @@ -Documentation concerning how to run these regression tests and interpret -the results can be found in the PostgreSQL manual, in the chapter -"Regression Tests". diff --git a/src/test/regress/README.md b/src/test/regress/README.md new file mode 100644 index 0000000000000..d0d82c399f5cf --- /dev/null +++ b/src/test/regress/README.md @@ -0,0 +1 @@ +Documentation concerning how to run these regression tests and interpret the results can be found in the [PostgreSQL manual](http://www.postgresql.org/docs/current/static/index.html), in the chapter ["Regression Tests"](http://www.postgresql.org/docs/current/static/regress.html).