From ad505bfe269cf82482dad0978750120c27900e84 Mon Sep 17 00:00:00 2001 From: Karim Stekelenburg Date: Tue, 30 Jan 2024 01:18:31 +0100 Subject: [PATCH] docs: search and replace repo links Signed-off-by: Karim Stekelenburg --- CONTRIBUTING.md | 2 +- DEVREADME.md | 2 +- README.md | 2 +- demo/README.md | 4 ++-- demo/package.json | 2 +- package.json | 2 +- packages/action-menu/README.md | 2 +- packages/action-menu/package.json | 4 ++-- packages/anoncreds-rs/README.md | 2 +- packages/anoncreds-rs/package.json | 4 ++-- packages/anoncreds/package.json | 4 ++-- packages/askar/README.md | 2 +- packages/askar/package.json | 4 ++-- packages/bbs-signatures/package.json | 4 ++-- packages/cheqd/package.json | 4 ++-- packages/core/README.md | 2 +- packages/core/package.json | 4 ++-- packages/indy-sdk-to-askar-migration/README.md | 2 +- packages/indy-sdk-to-askar-migration/package.json | 4 ++-- packages/indy-sdk/README.md | 2 +- packages/indy-sdk/package.json | 4 ++-- packages/indy-vdr/package.json | 4 ++-- packages/node/README.md | 2 +- packages/node/package.json | 4 ++-- packages/openid4vc-client/README.md | 2 +- packages/openid4vc-client/package.json | 4 ++-- packages/question-answer/README.md | 2 +- packages/question-answer/package.json | 4 ++-- packages/react-native/README.md | 2 +- packages/react-native/package.json | 4 ++-- packages/react-native/tsconfig.build.json | 2 +- packages/react-native/tsconfig.json | 2 +- packages/sd-jwt-vc/README.md | 2 +- packages/sd-jwt-vc/package.json | 4 ++-- packages/tenants/package.json | 4 ++-- samples/extension-module/README.md | 4 ++-- samples/extension-module/package.json | 2 +- samples/tails/package.json | 2 +- 38 files changed, 56 insertions(+), 56 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e532c7939d..9b3ce204e0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ Contributions are made pursuant to the Developer's Certificate of Origin, availa - It is difficult to manage a release with too many changes. - We should **release more often**, not months apart. - We should focus on feature releases (minor and patch releases) to speed iteration. - - See our [Credo Docs on semantic versioning](https://https://credo.js.org//guides/updating#versioning). Notably, while our versions are pre 1.0.0, minor versions are breaking change versions. + - See our [Credo Docs on semantic versioning](https://https://credo.js.org/guides/updating#versioning). Notably, while our versions are pre 1.0.0, minor versions are breaking change versions. - Mixing breaking changes with other PRs slows development. - Non-breaking change PRs are merged earlier into **main** - Breaking change PRs will go to a branch named **-pre (ie. 0.3.0-pre)** and merged later in the release cycle. diff --git a/DEVREADME.md b/DEVREADME.md index eb812dfa70..e0c5439a83 100644 --- a/DEVREADME.md +++ b/DEVREADME.md @@ -37,7 +37,7 @@ If you're using the setup as described in this document, you don't need to provi ### Setup Postgres -> Note: Setup the postgres plugin first by following the [docs](https://https://credo.js.org//) +> Note: Setup the postgres plugin first by following the [docs](https://https://credo.js.org/) ```sh # Get postgres docker image diff --git a/README.md b/README.md index 389a22d278..3183bcfff8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@

Pipeline Status
-Action Menu module for [Credo](https://github.com/hyperledger/aries-framework-javascript.git). Implements [Aries RFC 0509](https://github.com/hyperledger/aries-rfcs/blob/1795d5c2d36f664f88f5e8045042ace8e573808c/features/0509-action-menu/README.md). +Action Menu module for [Credo](https://github.com/openwallet-foundation/credo-ts.git). Implements [Aries RFC 0509](https://github.com/hyperledger/aries-rfcs/blob/1795d5c2d36f664f88f5e8045042ace8e573808c/features/0509-action-menu/README.md). ### Installation diff --git a/packages/action-menu/package.json b/packages/action-menu/package.json index f8c702a8f9..132d10a234 100644 --- a/packages/action-menu/package.json +++ b/packages/action-menu/package.json @@ -10,10 +10,10 @@ "publishConfig": { "access": "public" }, - "homepage": "https://github.com/hyperledger/aries-framework-javascript/tree/main/packages/action-menu", + "homepage": "https://github.com/openwallet-foundation/credo-ts/tree/main/packages/action-menu", "repository": { "type": "git", - "url": "https://github.com/hyperledger/aries-framework-javascript", + "url": "https://github.com/openwallet-foundation/credo-ts", "directory": "packages/action-menu" }, "scripts": { diff --git a/packages/anoncreds-rs/README.md b/packages/anoncreds-rs/README.md index c052ec5933..8e6d25e8c1 100644 --- a/packages/anoncreds-rs/README.md +++ b/packages/anoncreds-rs/README.md @@ -28,4 +28,4 @@


-AnonCreds RS module for [Credo](https://github.com/hyperledger/aries-framework-javascript.git). +AnonCreds RS module for [Credo](https://github.com/openwallet-foundation/credo-ts.git). diff --git a/packages/anoncreds-rs/package.json b/packages/anoncreds-rs/package.json index f84f216528..51d0f8c6a1 100644 --- a/packages/anoncreds-rs/package.json +++ b/packages/anoncreds-rs/package.json @@ -10,10 +10,10 @@ "publishConfig": { "access": "public" }, - "homepage": "https://github.com/hyperledger/aries-framework-javascript/tree/main/packages/anoncreds-rs", + "homepage": "https://github.com/openwallet-foundation/credo-ts/tree/main/packages/anoncreds-rs", "repository": { "type": "git", - "url": "https://github.com/hyperledger/aries-framework-javascript", + "url": "https://github.com/openwallet-foundation/credo-ts", "directory": "packages/anoncreds-rs" }, "scripts": { diff --git a/packages/anoncreds/package.json b/packages/anoncreds/package.json index 30d1170bed..be387c9823 100644 --- a/packages/anoncreds/package.json +++ b/packages/anoncreds/package.json @@ -10,10 +10,10 @@ "publishConfig": { "access": "public" }, - "homepage": "https://github.com/hyperledger/aries-framework-javascript/tree/main/packages/anoncreds", + "homepage": "https://github.com/openwallet-foundation/credo-ts/tree/main/packages/anoncreds", "repository": { "type": "git", - "url": "https://github.com/hyperledger/aries-framework-javascript", + "url": "https://github.com/openwallet-foundation/credo-ts", "directory": "packages/anoncreds" }, "scripts": { diff --git a/packages/askar/README.md b/packages/askar/README.md index aa25050137..93b4d5d475 100644 --- a/packages/askar/README.md +++ b/packages/askar/README.md @@ -28,4 +28,4 @@


-Askar module for [Credo](https://github.com/hyperledger/aries-framework-javascript.git). +Askar module for [Credo](https://github.com/openwallet-foundation/credo-ts.git). diff --git a/packages/askar/package.json b/packages/askar/package.json index 1d8ffc93fc..fdb143cc33 100644 --- a/packages/askar/package.json +++ b/packages/askar/package.json @@ -10,10 +10,10 @@ "publishConfig": { "access": "public" }, - "homepage": "https://github.com/hyperledger/aries-framework-javascript/tree/main/packages/askar", + "homepage": "https://github.com/openwallet-foundation/credo-ts/tree/main/packages/askar", "repository": { "type": "git", - "url": "https://github.com/hyperledger/aries-framework-javascript", + "url": "https://github.com/openwallet-foundation/credo-ts", "directory": "packages/askar" }, "scripts": { diff --git a/packages/bbs-signatures/package.json b/packages/bbs-signatures/package.json index 3f1b3ddb6a..514fd88c3d 100644 --- a/packages/bbs-signatures/package.json +++ b/packages/bbs-signatures/package.json @@ -10,10 +10,10 @@ "publishConfig": { "access": "public" }, - "homepage": "https://github.com/hyperledger/aries-framework-javascript/tree/main/packages/bbs-signatures", + "homepage": "https://github.com/openwallet-foundation/credo-ts/tree/main/packages/bbs-signatures", "repository": { "type": "git", - "url": "https://github.com/hyperledger/aries-framework-javascript", + "url": "https://github.com/openwallet-foundation/credo-ts", "directory": "packages/bbs-signatures" }, "scripts": { diff --git a/packages/cheqd/package.json b/packages/cheqd/package.json index d072015686..2ee4f995d2 100644 --- a/packages/cheqd/package.json +++ b/packages/cheqd/package.json @@ -10,10 +10,10 @@ "publishConfig": { "access": "public" }, - "homepage": "https://github.com/hyperledger/aries-framework-javascript/tree/main/packages/cheqd", + "homepage": "https://github.com/openwallet-foundation/credo-ts/tree/main/packages/cheqd", "repository": { "type": "git", - "url": "https://github.com/hyperledger/aries-framework-javascript", + "url": "https://github.com/openwallet-foundation/credo-ts", "directory": "packages/cheqd" }, "scripts": { diff --git a/packages/core/README.md b/packages/core/README.md index 278b1886e8..85a78a3f11 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -28,4 +28,4 @@


-Credo Core provides the core functionality of Credo. See the [Getting Started Guide](https://github.com/hyperledger/aries-framework-javascript#getting-started) for installation instructions. +Credo Core provides the core functionality of Credo. See the [Getting Started Guide](https://github.com/openwallet-foundation/credo-ts#getting-started) for installation instructions. diff --git a/packages/core/package.json b/packages/core/package.json index 0157e83a01..8fad6160a3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -10,10 +10,10 @@ "publishConfig": { "access": "public" }, - "homepage": "https://github.com/hyperledger/aries-framework-javascript/tree/main/packages/core", + "homepage": "https://github.com/openwallet-foundation/credo-ts/tree/main/packages/core", "repository": { "type": "git", - "url": "https://github.com/hyperledger/aries-framework-javascript", + "url": "https://github.com/openwallet-foundation/credo-ts", "directory": "packages/core" }, "scripts": { diff --git a/packages/indy-sdk-to-askar-migration/README.md b/packages/indy-sdk-to-askar-migration/README.md index fb60943a79..6b7e6e5646 100644 --- a/packages/indy-sdk-to-askar-migration/README.md +++ b/packages/indy-sdk-to-askar-migration/README.md @@ -28,4 +28,4 @@


-Indy SDK to Askar migration module for [Credo](https://github.com/hyperledger/aries-framework-javascript.git). +Indy SDK to Askar migration module for [Credo](https://github.com/openwallet-foundation/credo-ts.git). diff --git a/packages/indy-sdk-to-askar-migration/package.json b/packages/indy-sdk-to-askar-migration/package.json index 6c9f2c5ab0..c39397df01 100644 --- a/packages/indy-sdk-to-askar-migration/package.json +++ b/packages/indy-sdk-to-askar-migration/package.json @@ -10,10 +10,10 @@ "publishConfig": { "access": "public" }, - "homepage": "https://github.com/hyperledger/aries-framework-javascript/tree/main/packages/indy-sdk-to-askar-migration", + "homepage": "https://github.com/openwallet-foundation/credo-ts/tree/main/packages/indy-sdk-to-askar-migration", "repository": { "type": "git", - "url": "https://github.com/hyperledger/aries-framework-javascript", + "url": "https://github.com/openwallet-foundation/credo-ts", "directory": "packages/indy-sdk-to-askar-migration" }, "scripts": { diff --git a/packages/indy-sdk/README.md b/packages/indy-sdk/README.md index 39d91cc8cb..4f591930ea 100644 --- a/packages/indy-sdk/README.md +++ b/packages/indy-sdk/README.md @@ -28,4 +28,4 @@


-IndySDK module for [Credo](https://github.com/hyperledger/aries-framework-javascript.git). +IndySDK module for [Credo](https://github.com/openwallet-foundation/credo-ts.git). diff --git a/packages/indy-sdk/package.json b/packages/indy-sdk/package.json index cd11072836..5d9bf19791 100644 --- a/packages/indy-sdk/package.json +++ b/packages/indy-sdk/package.json @@ -10,10 +10,10 @@ "publishConfig": { "access": "public" }, - "homepage": "https://github.com/hyperledger/aries-framework-javascript/tree/main/packages/indy-sdk", + "homepage": "https://github.com/openwallet-foundation/credo-ts/tree/main/packages/indy-sdk", "repository": { "type": "git", - "url": "https://github.com/hyperledger/aries-framework-javascript", + "url": "https://github.com/openwallet-foundation/credo-ts", "directory": "packages/indy-sdk" }, "scripts": { diff --git a/packages/indy-vdr/package.json b/packages/indy-vdr/package.json index c3ac694437..1a7ab70eb2 100644 --- a/packages/indy-vdr/package.json +++ b/packages/indy-vdr/package.json @@ -10,10 +10,10 @@ "publishConfig": { "access": "public" }, - "homepage": "https://github.com/hyperledger/aries-framework-javascript/tree/main/packages/indy-vdr", + "homepage": "https://github.com/openwallet-foundation/credo-ts/tree/main/packages/indy-vdr", "repository": { "type": "git", - "url": "https://github.com/hyperledger/aries-framework-javascript", + "url": "https://github.com/openwallet-foundation/credo-ts", "directory": "packages/indy-vdr" }, "scripts": { diff --git a/packages/node/README.md b/packages/node/README.md index 3736b53571..917440e7ce 100644 --- a/packages/node/README.md +++ b/packages/node/README.md @@ -28,4 +28,4 @@


-Credo Node provides platform specific dependencies to run Credo in [Node.JS](https://nodejs.org). See the [Getting Started Guide](https://github.com/hyperledger/aries-framework-javascript#getting-started) for installation instructions. +Credo Node provides platform specific dependencies to run Credo in [Node.JS](https://nodejs.org). See the [Getting Started Guide](https://github.com/openwallet-foundation/credo-ts#getting-started) for installation instructions. diff --git a/packages/node/package.json b/packages/node/package.json index a6e6913c52..fa2262be53 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -10,10 +10,10 @@ "publishConfig": { "access": "public" }, - "homepage": "https://github.com/hyperledger/aries-framework-javascript/tree/main/packages/node", + "homepage": "https://github.com/openwallet-foundation/credo-ts/tree/main/packages/node", "repository": { "type": "git", - "url": "https://github.com/hyperledger/aries-framework-javascript", + "url": "https://github.com/openwallet-foundation/credo-ts", "directory": "packages/node" }, "scripts": { diff --git a/packages/openid4vc-client/README.md b/packages/openid4vc-client/README.md index 030c6a3c7e..69098c4824 100644 --- a/packages/openid4vc-client/README.md +++ b/packages/openid4vc-client/README.md @@ -28,7 +28,7 @@


-Open ID Connect For Verifiable Credentials Client Module for [Credo](https://github.com/hyperledger/aries-framework-javascript). +Open ID Connect For Verifiable Credentials Client Module for [Credo](https://github.com/openwallet-foundation/credo-ts). ### Installation diff --git a/packages/openid4vc-client/package.json b/packages/openid4vc-client/package.json index f2ceb6428b..f5f3053dc0 100644 --- a/packages/openid4vc-client/package.json +++ b/packages/openid4vc-client/package.json @@ -10,10 +10,10 @@ "publishConfig": { "access": "public" }, - "homepage": "https://github.com/hyperledger/aries-framework-javascript/tree/main/packages/openid4vc-client", + "homepage": "https://github.com/openwallet-foundation/credo-ts/tree/main/packages/openid4vc-client", "repository": { "type": "git", - "url": "https://github.com/hyperledger/aries-framework-javascript", + "url": "https://github.com/openwallet-foundation/credo-ts", "directory": "packages/openid4vc-client" }, "scripts": { diff --git a/packages/question-answer/README.md b/packages/question-answer/README.md index b938ea7d60..7c6d55d00a 100644 --- a/packages/question-answer/README.md +++ b/packages/question-answer/README.md @@ -28,7 +28,7 @@


-Question Answer module for [Credo](https://github.com/hyperledger/aries-framework-javascript.git). Implements [Aries RFC 0113](https://github.com/hyperledger/aries-rfcs/blob/1795d5c2d36f664f88f5e8045042ace8e573808c/features/0113-question-answer/README.md). +Question Answer module for [Credo](https://github.com/openwallet-foundation/credo-ts.git). Implements [Aries RFC 0113](https://github.com/hyperledger/aries-rfcs/blob/1795d5c2d36f664f88f5e8045042ace8e573808c/features/0113-question-answer/README.md). ### Installation diff --git a/packages/question-answer/package.json b/packages/question-answer/package.json index bb6f24ab18..948e7cbf49 100644 --- a/packages/question-answer/package.json +++ b/packages/question-answer/package.json @@ -10,10 +10,10 @@ "publishConfig": { "access": "public" }, - "homepage": "https://github.com/hyperledger/aries-framework-javascript/tree/main/packages/question-answer", + "homepage": "https://github.com/openwallet-foundation/credo-ts/tree/main/packages/question-answer", "repository": { "type": "git", - "url": "https://github.com/hyperledger/aries-framework-javascript", + "url": "https://github.com/openwallet-foundation/credo-ts", "directory": "packages/question-answer" }, "scripts": { diff --git a/packages/react-native/README.md b/packages/react-native/README.md index b4515e57f2..b7303d7d56 100644 --- a/packages/react-native/README.md +++ b/packages/react-native/README.md @@ -28,4 +28,4 @@


-Credo React Native provides platform specific dependencies to run Credo in [React Native](https://reactnative.dev). See the [Getting Started Guide](https://github.com/hyperledger/aries-framework-javascript#getting-started) for installation instructions. +Credo React Native provides platform specific dependencies to run Credo in [React Native](https://reactnative.dev). See the [Getting Started Guide](https://github.com/openwallet-foundation/credo-ts#getting-started) for installation instructions. diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 8909050c34..a6f05f22a6 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -10,10 +10,10 @@ "publishConfig": { "access": "public" }, - "homepage": "https://github.com/hyperledger/aries-framework-javascript/tree/main/packages/react-native", + "homepage": "https://github.com/openwallet-foundation/credo-ts/tree/main/packages/react-native", "repository": { "type": "git", - "url": "https://github.com/hyperledger/aries-framework-javascript", + "url": "https://github.com/openwallet-foundation/credo-ts", "directory": "packages/react-native" }, "scripts": { diff --git a/packages/react-native/tsconfig.build.json b/packages/react-native/tsconfig.build.json index d905064882..e2585a210b 100644 --- a/packages/react-native/tsconfig.build.json +++ b/packages/react-native/tsconfig.build.json @@ -3,7 +3,7 @@ "compilerOptions": { "outDir": "./build", - // FIXME https://github.com/hyperledger/aries-framework-javascript/pull/327 + // FIXME https://github.com/openwallet-foundation/credo-ts/pull/327 "skipLibCheck": true, "types": ["react-native"] }, diff --git a/packages/react-native/tsconfig.json b/packages/react-native/tsconfig.json index 8894f8f26d..cbea2d06db 100644 --- a/packages/react-native/tsconfig.json +++ b/packages/react-native/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../../tsconfig.json", "compilerOptions": { - // FIXME https://github.com/hyperledger/aries-framework-javascript/pull/327 + // FIXME https://github.com/openwallet-foundation/credo-ts/pull/327 "skipLibCheck": true, "types": ["react-native", "jest"] } diff --git a/packages/sd-jwt-vc/README.md b/packages/sd-jwt-vc/README.md index eddfd0fb45..9302b4b031 100644 --- a/packages/sd-jwt-vc/README.md +++ b/packages/sd-jwt-vc/README.md @@ -37,7 +37,7 @@ yarn add @credo-ts/sd-jwt-vc ### Quick start -After the installation you can follow the [guide to setup your agent](https://https://credo.js.org//guides/0.4/getting-started/set-up) and add the following to your agent modules. +After the installation you can follow the [guide to setup your agent](https://https://credo.js.org/guides/0.4/getting-started/set-up) and add the following to your agent modules. ```ts import { SdJwtVcModule } from '@credo-ts/sd-jwt-vc' diff --git a/packages/sd-jwt-vc/package.json b/packages/sd-jwt-vc/package.json index 29ab75d4e0..2cb529846c 100644 --- a/packages/sd-jwt-vc/package.json +++ b/packages/sd-jwt-vc/package.json @@ -10,10 +10,10 @@ "publishConfig": { "access": "public" }, - "homepage": "https://github.com/hyperledger/aries-framework-javascript/tree/main/packages/sd-jwt-vc", + "homepage": "https://github.com/openwallet-foundation/credo-ts/tree/main/packages/sd-jwt-vc", "repository": { "type": "git", - "url": "https://github.com/hyperledger/aries-framework-javascript", + "url": "https://github.com/openwallet-foundation/credo-ts", "directory": "packages/sd-jwt-vc" }, "scripts": { diff --git a/packages/tenants/package.json b/packages/tenants/package.json index b7d639aef0..5806c65850 100644 --- a/packages/tenants/package.json +++ b/packages/tenants/package.json @@ -10,10 +10,10 @@ "publishConfig": { "access": "public" }, - "homepage": "https://github.com/hyperledger/aries-framework-javascript/tree/main/packages/tenants", + "homepage": "https://github.com/openwallet-foundation/credo-ts/tree/main/packages/tenants", "repository": { "type": "git", - "url": "https://github.com/hyperledger/aries-framework-javascript", + "url": "https://github.com/openwallet-foundation/credo-ts", "directory": "packages/tenants" }, "scripts": { diff --git a/samples/extension-module/README.md b/samples/extension-module/README.md index ba40fda0ae..05cdffb77a 100644 --- a/samples/extension-module/README.md +++ b/samples/extension-module/README.md @@ -56,14 +56,14 @@ const record = await agent.modules.dummy.request(connection) ## Run demo -This repository includes a demonstration of a requester and a responder controller using this module to exchange Dummy protocol messages. For environment set up, make sure you followed instructions for [NodeJS](https:/https://credo.js.org//guides/getting-started/prerequisites/nodejs). +This repository includes a demonstration of a requester and a responder controller using this module to exchange Dummy protocol messages. For environment set up, make sure you followed instructions for [NodeJS](https:/https://credo.js.org/guides/getting-started/prerequisites/nodejs). These are the steps for running it: Clone the Credo git repository: ```sh -git clone https://github.com/hyperledger/aries-framework-javascript.git +git clone https://github.com/openwallet-foundation/credo-ts.git ``` Open two different terminals and go to the extension-module directory: diff --git a/samples/extension-module/package.json b/samples/extension-module/package.json index 008afd16d0..f685881ee5 100644 --- a/samples/extension-module/package.json +++ b/samples/extension-module/package.json @@ -4,7 +4,7 @@ "private": true, "repository": { "type": "git", - "url": "https://github.com/hyperledger/aries-framework-javascript", + "url": "https://github.com/openwallet-foundation/credo-ts", "directory": "samples/extension-module/" }, "license": "Apache-2.0", diff --git a/samples/tails/package.json b/samples/tails/package.json index 2815c86f7f..13713198c9 100644 --- a/samples/tails/package.json +++ b/samples/tails/package.json @@ -4,7 +4,7 @@ "private": true, "repository": { "type": "git", - "url": "https://github.com/hyperledger/aries-framework-javascript", + "url": "https://github.com/openwallet-foundation/credo-ts", "directory": "samples/tails/" }, "license": "Apache-2.0",