Skip to content

Commit b6a3363

Browse files
authored
Merge pull request #23 from mati75/fix-repo-url
Fix repository url
2 parents 6bfc9a6 + 7fd061d commit b6a3363

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "aristath/sqlite",
2+
"name": "wordpress/sqlite-database-integration",
33
"license": "GPL-2.0-or-later",
44
"description": "SQLite integration plugin for WordPress.",
5-
"homepage": "https://github.com/aristath/sqlite",
5+
"homepage": "https://github.com/wordpress/sqlite-database-integration",
66
"keywords": [ "wordpress", "plugin", "database", "sqlite" ],
77
"support": {
8-
"issues": "https://github.com/aristath/sqlite/issues"
8+
"issues": "https://github.com/wordpress/sqlite-database-integration/issues"
99
},
1010
"require": {
1111
"php": ">=5.6"

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Per the primary purpose of the plugin (see above), it can mostly be considered a
3333

3434
= Where can I submit my plugin feedback? =
3535

36-
Feedback is encouraged and much appreciated, especially since this plugin is a future WordPress core feature. If you need help with troubleshooting or have a question, suggestions, or requests, you can [submit them as an issue in the SQLite GitHub repository](https://github.com/aristath/sqlite/issues/new).
36+
Feedback is encouraged and much appreciated, especially since this plugin is a future WordPress core feature. If you need help with troubleshooting or have a question, suggestions, or requests, you can [submit them as an issue in the SQLite GitHub repository](https://github.com/wordpress/sqlite-database-integration/issues/new).
3737

3838
= How can I contribute to the plugin? =
3939

0 commit comments

Comments
 (0)