Skip to content

Commit

Permalink
docs: Update URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-st committed Apr 22, 2021
1 parent 40a699c commit 368adcc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ Usage: `[catlist ajax_pagination=yes]` or `[catlist ajax_loadmore=yes]`.

This repository contains a development version of the plugin.
If you just download this repository and add it to your WordPress installation it *won't work*.
Production releases are available on the [plugin's page in WordPress.org plugin directory](https://wordpress.org/plugins/lcp-ajax).
Production releases are available on the [plugin's page in WordPress.org plugin directory](https://wordpress.org/plugins/lcp-ajax-pagination).

## Documentation
User documentation can be found on the [plugin's WordPress.org page](https://wordpress.org/plugins/lcp-ajax).
User documentation can be found on the [plugin's WordPress.org page](https://wordpress.org/plugins/lcp-ajax-pagination).

## Support

Please use the [WordPress support forum](https://wordpress.org/support/plugin/lcp-ajax/)
Please use the [WordPress support forum](https://wordpress.org/support/plugin/lcp-ajax-pagination/)
for **user support** and any **questions about how to use the plugin**.
[Github issues](https://github.com/klemens-st/lcp-ajax/issues) should only be used for **bug reports**,
[Github issues](https://github.com/klemens-st/lcp-ajax-pagination/issues) should only be used for **bug reports**,
**feature requests** and other code-related topics.

## Getting Started
Expand Down
4 changes: 2 additions & 2 deletions lcp-ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
* @package Lcp_Ajax
* @author Klemens Starybrat
* @license GPL-3.0
* @link https://github.com/klemens-st/lcp-ajax
* @link https://github.com/klemens-st/lcp-ajax-pagination
* @copyright 2021 Klemens Starybrat
*
* @wordpress-plugin
* Plugin Name: LCP Ajax Pagination
* Plugin URI: https://github.com/klemens-st/lcp-ajax
* Plugin URI: https://github.com/klemens-st/lcp-ajax-pagination
* Description: Ajax pagination add-on plugin for List Category Posts.
* Version: 0.1.0
* Author: Klemens Starybrat
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"author": "Klemens Starybrat",
"license": "GPL-3.0",
"homepage": "https://github.com/klemens-st/lcp-ajax",
"homepage": "https://github.com/klemens-st/lcp-ajax-pagination",
"private": true,
"sideEffects": [
"**/*.css",
Expand All @@ -18,7 +18,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/klemens-st/lcp-ajax.git"
"url": "git+https://github.com/klemens-st/lcp-ajax-pagination.git"
},
"devDependencies": {
"@babel/core": "^7.13.10",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ as delivered by LCP, so it has the `lcp_nextlink` class.
==Development==

LCP Ajax is open source software. You can find the
development version of the plugin on [Github](https://github.com/klemens-st/lcp-ajax).
development version of the plugin on [Github](https://github.com/klemens-st/lcp-ajax-pagination).

All suggestions and contributions are welcome :) Fork it, read the respository's
readme and start helping with the development!
Expand Down

0 comments on commit 368adcc

Please sign in to comment.