From d79fbf4397ab06b7331440600fb0cb017e460e52 Mon Sep 17 00:00:00 2001 From: Jon Devlin Date: Wed, 28 Jun 2023 11:22:48 -0500 Subject: [PATCH] readme links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f5fa13..88c7aa4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Zero Dependency Framework (ZDF) -[Production/Developer Install](https://login.salesforce.com/packaging/installPackage.apexp?p0=04tHu000002hDtvIAE)
-[Sandbox Install](https://test.salesforce.com/packaging/installPackage.apexp?p0=04tHu000002hDtvIAE)
+[Production/Developer Install](https://login.salesforce.com/packaging/installPackage.apexp?p0=04tHu000003kloVIAQ)
+[Sandbox Install](https://test.salesforce.com/packaging/installPackage.apexp?p0=04tHu000003kloVIAQ)
## About The Zero Dependencies Framework (ZDF) enables scratch org development in any environment because it reduces the required dependent metadata to deploy code into a scratch org down to zero. This framework solves the most prevalent problem in the Salesforce ecosystem: decoupling dependencies in environments that have many development teams/firms. This allows individuals to carve off small pieces of functionality to deploy to a scratch org without requiring other teams/projects to also adopt it.