From 368adcced46b0889f026873e79f35a6f5e321e22 Mon Sep 17 00:00:00 2001 From: Klemens Starybrat Date: Thu, 22 Apr 2021 08:39:40 +0200 Subject: [PATCH] docs: Update URLs --- README.md | 8 ++++---- lcp-ajax.php | 4 ++-- package.json | 4 ++-- readme.txt | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 930e795..eb8423c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lcp-ajax.php b/lcp-ajax.php index 1d0f09b..54d49a4 100644 --- a/lcp-ajax.php +++ b/lcp-ajax.php @@ -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 diff --git a/package.json b/package.json index 40325c1..965862d 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", diff --git a/readme.txt b/readme.txt index 447ffc0..6b0dd2e 100644 --- a/readme.txt +++ b/readme.txt @@ -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!