From 07b9f7fd8dab91a915d15a6b4b819d6e144ee67f Mon Sep 17 00:00:00 2001 From: Matthew Bernhardt Date: Wed, 2 Jul 2025 13:53:45 -0400 Subject: [PATCH] Revert superficial change to force new build --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 6bf60f89..638c876a 100644 --- a/.github/README.md +++ b/.github/README.md @@ -298,4 +298,4 @@ Bedrock makes use of an `.env` file to store environment variables. Pantheon tak The `wp-config.php` file is located in the `web` directory. As with other WordPress sites on Pantheon, much of this is taken care of for you in `wp-config-pantheon.php`. Application-level configuration takes place in `config/application.php`. This can be referenced as a guide to understand how the constants are set up and how the `.env` files work, but modifying this file may result in merge conflicts and is not recommended. Any configuration changes should be made to your `wp-config.php` file directly. -You can learn more about WordPress configuration with Bedrock in [Bedrock Configuration docs](https://docs.roots.io/bedrock/master/configuration/). +You can learn more about WordPress configuration with Bedrock in the [Bedrock Configuration docs](https://docs.roots.io/bedrock/master/configuration/).