From d22a6cde0b41bc00d62085cd1b60da093f93c4eb Mon Sep 17 00:00:00 2001 From: Tommy Silver Date: Thu, 16 Apr 2026 20:54:55 +0900 Subject: [PATCH 1/2] Update documentation URLs in composer.json Updated documentation URLs to fix 404 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 27fa231..62fcc2b 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "email": "support@craftcms.com", "issues": "https://github.com/craftcms/element-api/issues?state=open", "source": "https://github.com/craftcms/element-api", - "docs": "https://github.com/craftcms/element-api/blob/v2/README.md", + "docs": "https://github.com/craftcms/element-api/blob/4.x/README.md", "rss": "https://github.com/craftcms/element-api/commits/v2.atom" }, "minimum-stability": "dev", @@ -47,7 +47,7 @@ "extra": { "name": "Element API", "handle": "element-api", - "documentationUrl": "https://github.com/craftcms/element-api/blob/v2/README.md" + "documentationUrl": "https://github.com/craftcms/element-api/blob/4.x/README.md" }, "config": { "platform": { From 112035410ea677531fe47ffb42ddc1518c0821b5 Mon Sep 17 00:00:00 2001 From: Tommy Silver Date: Thu, 16 Apr 2026 21:03:03 +0900 Subject: [PATCH 2/2] Update documentation and RSS links in composer.json Updated documentation and RSS links to point to the master branch. --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 62fcc2b..3ea4320 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,8 @@ "email": "support@craftcms.com", "issues": "https://github.com/craftcms/element-api/issues?state=open", "source": "https://github.com/craftcms/element-api", - "docs": "https://github.com/craftcms/element-api/blob/4.x/README.md", - "rss": "https://github.com/craftcms/element-api/commits/v2.atom" + "docs": "https://github.com/craftcms/element-api/tree/master/README.md", + "rss": "https://github.com/craftcms/element-api/commits.atom" }, "minimum-stability": "dev", "prefer-stable": true, @@ -47,7 +47,7 @@ "extra": { "name": "Element API", "handle": "element-api", - "documentationUrl": "https://github.com/craftcms/element-api/blob/4.x/README.md" + "documentationUrl": "https://github.com/craftcms/element-api/tree/master/README.md" }, "config": { "platform": {