You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2020/01/28 17:06:55 UTC

[sling-org-apache-sling-app-cms] branch master updated: Update creating-plugins.md

This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git


The following commit(s) were added to refs/heads/master by this push:
     new 026cdfb  Update creating-plugins.md
026cdfb is described below

commit 026cdfbca35e3c3d393bef0416405b473bff77c1
Author: Dan Klco <kl...@users.noreply.github.com>
AuthorDate: Tue Jan 28 12:06:47 2020 -0500

    Update creating-plugins.md
---
 docs/creating-plugins.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/creating-plugins.md b/docs/creating-plugins.md
index e427998..08f203b 100644
--- a/docs/creating-plugins.md
+++ b/docs/creating-plugins.md
@@ -8,12 +8,12 @@
 	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
 	OF ANY KIND, either express or implied. See the License for the specific
 	language governing permissions and limitations under the License. -->
-[Apache Sling](https://sling.apache.org) > [Sling CMS](https://github.com/apache/sling-org-apache-sling-app-cms) > [Developers](developers.md) > Extending Sling CMS
+[Apache Sling](https://sling.apache.org) > [Sling CMS](https://github.com/apache/sling-org-apache-sling-app-cms) > [Developers](developers.md) > Creating Plugins
 
 # Creating Plugins
 
 The Apache Sling CMS has a robust extension model for [extending the core application](extending.md).
-This guide will help you structure your extension to ensure upgrade readiness.
+This guide will help you to create a structure for plugins to ensure upgrade readiness.
 
 ## Application Path