From 46167d1c46b3e4fcf512ff619e0b7ecea57f44cb Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Tue, 28 Mar 2023 15:55:53 -0700 Subject: [PATCH] Add link to BUILD.md: (#4450) In the release notes (current and historical), there is a link to the `Builds` directory. By creating `Builds/README.md` with a link to `BUILD.md`, it is easier to find the build instructions. --- Builds/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Builds/README.md diff --git a/Builds/README.md b/Builds/README.md new file mode 100644 index 0000000000..e99ba8c9a4 --- /dev/null +++ b/Builds/README.md @@ -0,0 +1 @@ +[Please see the BUILD instructions here](../BUILD.md)