From 6977d750c4bfe919a1815278025234bf9803f5b5 Mon Sep 17 00:00:00 2001 From: Thomas Schulze Date: Tue, 20 Jul 2021 16:36:37 +0200 Subject: [PATCH] add new documentation URL --- CHANGELOG.md | 4 ++-- README.md | 4 ++-- composer.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ced644..1e4fa0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -# Glossaries for Craft CMS Changelog +# Release Notes for Glossary for Craft CMS -## Unreleased +## 1.0.0 - 2021-07-20 ### Added diff --git a/README.md b/README.md index 408a299..230a35c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Background -A glossary with tooltips. +A glossary plugin for Craft CMS. ## Requirements @@ -22,6 +22,6 @@ composer require codemonauts/craft-glossary ## Usage -For detailed usage information, [visit the docs](). +For detailed usage information, [visit the docs](https://plugins.codemonauts.com/plugins/glossary/Introduction.html). With ❤ by [codemonauts](https://codemonauts.com) diff --git a/composer.json b/composer.json index 4849955..550180e 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ], "support": { "source": "https://github.com/codemonauts/craft-glossary", - "docs": "https://github.com/codemonauts/craft-glossary/blob/master/README.md", + "docs": "https://plugins.codemonauts.com/plugins/glossary/Introduction.html", "issues": "https://github.com/codemonauts/craft-glossary/issues" }, "require": { @@ -36,6 +36,6 @@ "name": "Glossary", "description": "A glossary for Craft CMS.", "changelogUrl": "https://github.com/codemonauts/craft-glossary/blob/master/CHANGELOG.md", - "documentationUrl": "https://github.com/codemonauts/craft-glossary/blob/master/README.md" + "documentationUrl": "https://plugins.codemonauts.com/plugins/glossary/Introduction.html" } }