Skip to content

Commit e80ea8e

Browse files
authored
Merge pull request #106 from Kit/update-kit-domain
Update Kit Domain
2 parents 715a58a + 511b40e commit e80ea8e

File tree

8 files changed

+81
-75
lines changed

8 files changed

+81
-75
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: ConvertKit support
4-
url: https://convertkit.com/support/
3+
- name: Kit support
4+
url: https://kit.com/support/
55
about: |
6-
Please only file issues here that you believe represent actual bugs or feature requests for the ConvertKit PHP SDK.
6+
Please only file issues here that you believe represent actual bugs or feature requests for the Kit PHP SDK.
77
8-
If you're having general trouble with your ConvertKit integration, please reach out to support.
8+
If you're having general trouble with your Kit integration, please reach out to support.

DEPLOYMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Commit the updated files, which should comprise of:
3535

3636
## Create a New Release
3737

38-
[Create a New Release](https://github.com/ConvertKit/convertkitsdk-php/releases/new), completing the following:
38+
[Create a New Release](https://github.com/kit/convertkitsdk-php/releases/new), completing the following:
3939

4040
- Choose a tag: Click this button and enter the new version number (e.g. `1.0`)
4141
- Release title: The version number (e.g. `1.0`)
@@ -91,4 +91,4 @@ When you're happy with the above, click `Publish Release`.
9191

9292
This will then make the release available to developers, who can include it manually or using composer.
9393

94-
The release will also be available to view on the [Releases](https://github.com/ConvertKit/convertkitsdk-php/releases) section of this GitHub repository.
94+
The release will also be available to view on the [Releases](https://github.com/kit/convertkitsdk-php/releases) section of this GitHub repository.

SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Setup Guide
22

3-
This document describes how to setup your development environment, so that it is ready to run, develop and test the ConvertKit PHP SDK.
3+
This document describes how to setup your development environment, so that it is ready to run, develop and test the Kit PHP SDK.
44

55
Suggestions are provided for the LAMP/LEMP stack and Git client are for those who prefer the UI over a command line and/or are less familiar with
66
PHP, MySQL and Git - but you're free to use your preferred software.

composer.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
{
22
"name": "convertkit/convertkitapi",
3-
"description": "ConvertKit PHP SDK for the ConvertKit API",
3+
"description": "Kit PHP SDK for the Kit API",
44
"keywords": [
55
"convertkit",
6+
"kit",
67
"api",
7-
"forms"
8+
"forms",
9+
"tags",
10+
"sequences",
11+
"broadcasts",
12+
"emails",
13+
"subscribers"
814
],
9-
"homepage": "https://convertkit.com/",
15+
"homepage": "https://developers.kit.com/welcome",
1016
"license": "GPLv3",
1117
"authors": [
1218
{
13-
"name": "ConvertKit and contributors",
14-
"homepage": "https://github.com/convertkit/convertkitsdk-php/contributors"
19+
"name": "Kit and contributors",
20+
"homepage": "https://github.com/kit/convertkitsdk-php/contributors"
1521
}
1622
],
1723
"require": {

0 commit comments

Comments
 (0)