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).