From 5361f6582eaedfbec84763b255ffd1e85665e0e6 Mon Sep 17 00:00:00 2001 From: Clay Chipps <36672126+ClayChipps@users.noreply.github.com> Date: Fri, 11 Sep 2026 08:11:49 -0400 Subject: [PATCH 1/2] docs: repoint simply-node docs-site link to simply-plugins-core The SimplySF libraries repo was renamed from simply-node to simply-plugins-core, moving its GitHub Pages site to simplysf.github.io/simply-plugins-core. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_0137bbukn4CQ5kY5MQvUrLfH --- site/src/content/docs/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/content/docs/index.mdx b/site/src/content/docs/index.mdx index 327dda7..32b2cb9 100644 --- a/site/src/content/docs/index.mdx +++ b/site/src/content/docs/index.mdx @@ -74,4 +74,4 @@ are what they always were. Simply CLI is one of [SimplySF](https://github.com/SimplySF)'s toolsets, alongside the [Salesforce CLI plugins](https://simplysf.github.io/simply-plugins/) and the -[Node libraries](https://simplysf.github.io/simply-node/) behind them. +[Node libraries](https://simplysf.github.io/simply-plugins-core/) behind them. From 87623302c95e25c4a6130135e0e77a6620554649 Mon Sep 17 00:00:00 2001 From: Clay Chipps <36672126+ClayChipps@users.noreply.github.com> Date: Fri, 11 Sep 2026 08:49:43 -0400 Subject: [PATCH 2/2] docs: name Simply Plugins Core in the Related section The libraries repo now has a display name to match its repo name, so label the link with it instead of the generic "Node libraries". Reworded so the sentence still reads naturally with a proper noun in that slot. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_0137bbukn4CQ5kY5MQvUrLfH --- site/src/content/docs/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/src/content/docs/index.mdx b/site/src/content/docs/index.mdx index 32b2cb9..125061b 100644 --- a/site/src/content/docs/index.mdx +++ b/site/src/content/docs/index.mdx @@ -73,5 +73,5 @@ are what they always were. ## Related Simply CLI is one of [SimplySF](https://github.com/SimplySF)'s toolsets, alongside the -[Salesforce CLI plugins](https://simplysf.github.io/simply-plugins/) and the -[Node libraries](https://simplysf.github.io/simply-plugins-core/) behind them. +[Salesforce CLI plugins](https://simplysf.github.io/simply-plugins/) and +[Simply Plugins Core](https://simplysf.github.io/simply-plugins-core/), the libraries behind them.