Skip to content

Commit 156d893

Browse files
committed
Fixed a URL error.
1 parent b27c1de commit 156d893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Modify the configuration files in the .ebextensions folder with the IDs of your
108108
Any resources that you create with configuration files are tied to the lifecycle of your environment. They are lost if you terminate your environment or remove the configuration file.
109109
Use this configuration file to create an Amazon EFS file system in a development environment. When you no longer need the environment and terminate it, the file system is cleaned up for you.
110110
For production environments, consider creating the file system using Amazon EFS directly.
111-
For details, see [Creating an Amazon Elastic File System](http://alpha-docs-aws.amazon.com/efs/latest/ug/creating-using-create-fs.html).
111+
For details, see [Creating an Amazon Elastic File System](http://docs.aws.amazon.com/efs/latest/ug/creating-using-create-fs.html).
112112
- `.ebextensions/dev.config` restricts access to your environment to your IP address to protect it during the WordPress installation process. Replace the placeholder IP address near the top of the file with your public IP address.
113113

114114
## Deploy WordPress to your environment

0 commit comments

Comments
 (0)