Skip to content

Commit 4726824

Browse files
authored
Fixes flex wordpress README (GoogleCloudPlatform#843)
1 parent 1c7cebf commit 4726824

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

appengine/flexible/wordpress/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# A helper command for running WordPress on Google Cloud Platform
1+
# Run WordPress on App Engine Flexible
22

33
This is a small command line tool for downloading and configuring
44
WordPress for Google Cloud Platform. The script allows you to create a
55
working WordPress project for the
66
[App Engine flexible environment][appengine-flexible]. For deploying
77
WordPress to the [App Engine standard environment][appengine-standard],
8-
refer to the example at [appengine/standard/wordpress][../../standard/wordpress]
8+
refer to the example at [appengine/standard/wordpress](../../standard/wordpress)
99

1010
## Common Prerequisites
1111

@@ -15,7 +15,6 @@ refer to the example at [appengine/standard/wordpress][../../standard/wordpress]
1515
* [Enable Cloud SQL API][cloud-sql-api-enable]
1616
* Install [Google Cloud SDK][gsubl ..cloud-sdk]
1717
* Install the [mysql-client][mysql-client] command line tool
18-
* [Install Memcache][memcache-installation]
1918

2019
## Project preparation
2120

@@ -176,8 +175,6 @@ Enjoy your WordPress installation!
176175
[appengine-standard]: https://cloud.google.com/appengine/docs/about-the-standard-environment
177176
[appengine-flexible]: https://cloud.google.com/appengine/docs/flexible/
178177
[sql-settings]: https://console.cloud.google.com/sql/instances
179-
[memcache-dashboard]: https://console.cloud.google.com/appengine/memcache
180-
[memcache-installation]: https://www.digitalocean.com/community/tutorials/how-to-install-and-use-memcache-on-ubuntu-12-04#install-memcache
181178
[mysql-client]: https://dev.mysql.com/doc/refman/5.7/en/mysql.html
182179
[composer]: https://getcomposer.org/
183180
[cloud-console]: https://console.cloud.google.com/

0 commit comments

Comments
 (0)