Skip to content

Commit

Permalink
add new documentation URL
Browse files Browse the repository at this point in the history
  • Loading branch information
kringkaste committed Jul 20, 2021
1 parent d19b1c3 commit 6977d75
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Glossaries for Craft CMS Changelog
# Release Notes for Glossary for Craft CMS

## Unreleased
## 1.0.0 - 2021-07-20

### Added

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Background

A glossary with tooltips.
A glossary plugin for Craft CMS.

## Requirements

Expand All @@ -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)
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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"
}
}

0 comments on commit 6977d75

Please sign in to comment.