From 0ea2ae758e6f3c70074f33fbbad6ad95f6c15d83 Mon Sep 17 00:00:00 2001 From: Hareesh Date: Sun, 15 Nov 2015 01:23:52 +0530 Subject: [PATCH] Update URL for Documentation Standards --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4ca4d3..080707c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The WordPress Plugin Boilerplate includes the following files: ## Features -* The Boilerplate is based on the [Plugin API](http://codex.wordpress.org/Plugin_API), [Coding Standards](http://codex.wordpress.org/WordPress_Coding_Standards), and [Documentation Standards](http://make.wordpress.org/core/handbook/inline-documentation-standards/php-documentation-standards/). +* The Boilerplate is based on the [Plugin API](http://codex.wordpress.org/Plugin_API), [Coding Standards](http://codex.wordpress.org/WordPress_Coding_Standards), and [Documentation Standards](https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/php/). * All classes, functions, and variables are documented so that you know what you need to be changed. * The Boilerplate uses a strict file organization scheme that correspond both to the WordPress Plugin Repository structure, and that make it easy to organize the files that compose the plugin. * The project includes a `.pot` file as a starting point for internationalization.