From 55634a59053e6f42f60e4d78a6917f66fdc896cd Mon Sep 17 00:00:00 2001 From: leslitagordita Date: Tue, 6 Nov 2018 17:10:31 -0500 Subject: [PATCH 1/2] Add deprecated link to config wordpress guide --- .../websites/cms/how-to-install-and-configure-wordpress/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/websites/cms/how-to-install-and-configure-wordpress/index.md b/docs/websites/cms/how-to-install-and-configure-wordpress/index.md index 9679f7f260a..e276b041897 100644 --- a/docs/websites/cms/how-to-install-and-configure-wordpress/index.md +++ b/docs/websites/cms/how-to-install-and-configure-wordpress/index.md @@ -12,6 +12,7 @@ modified_by: published: 2010-07-27 title: How to Install and Configure WordPress deprecated: true +deprecated_link: 'websites/cms/install-wordpress-ubuntu-18-04/' external_resources: - '[WordPress.org](http://wordpress.org)' - '[WordPress Codex](http://codex.wordpress.org)' From c1066884859bb65e128aa8c1ee88fd178bffe62e Mon Sep 17 00:00:00 2001 From: nmelehan Date: Tue, 6 Nov 2018 17:27:32 -0500 Subject: [PATCH 2/2] Removing single quotes from deprecated_link --- .../cms/how-to-install-and-configure-wordpress/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/websites/cms/how-to-install-and-configure-wordpress/index.md b/docs/websites/cms/how-to-install-and-configure-wordpress/index.md index e276b041897..c56bf23884a 100644 --- a/docs/websites/cms/how-to-install-and-configure-wordpress/index.md +++ b/docs/websites/cms/how-to-install-and-configure-wordpress/index.md @@ -12,7 +12,7 @@ modified_by: published: 2010-07-27 title: How to Install and Configure WordPress deprecated: true -deprecated_link: 'websites/cms/install-wordpress-ubuntu-18-04/' +deprecated_link: websites/cms/install-wordpress-ubuntu-18-04/ external_resources: - '[WordPress.org](http://wordpress.org)' - '[WordPress Codex](http://codex.wordpress.org)'