Skip to content

Commit

Permalink
docs: search and replace repo links
Browse files Browse the repository at this point in the history
Signed-off-by: Karim Stekelenburg <karim@animo.id>
  • Loading branch information
karimStekelenburg committed Jan 30, 2024
1 parent b2ecd0b commit ad505bf
Show file tree
Hide file tree
Showing 38 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 **<release-version>-pre (ie. 0.3.0-pre)** and merged later in the release cycle.
Expand Down
2 changes: 1 addition & 1 deletion DEVREADME.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<p align="center">
<img
alt="Pipeline Status"
src="https://github.com/hyperledger/aries-framework-javascript/workflows/Continuous%20Integration/badge.svg?branch=main"
src="https://github.com/openwallet-foundation/credo-ts/workflows/Continuous%20Integration/badge.svg?branch=main"
/>
<a href="https://codecov.io/gh/hyperledger/aries-framework-javascript/"
><img
Expand Down
4 changes: 2 additions & 2 deletions demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Alice, a former student of Faber College, connects with the College, is issued a

In order to use Credo some platform specific dependencies and setup is required. See our guides below to quickly set up you project with Credo for NodeJS, React Native and Electron.

- [NodeJS](https://https://credo.js.org//guides/getting-started/installation/nodejs)
- [NodeJS](https://https://credo.js.org/guides/getting-started/installation/nodejs)

### Run the demo

Expand All @@ -26,7 +26,7 @@ These are the steps for running the Credo demo:
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 next to each other and in both, go to the demo folder:
Expand Down
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "demo/"
},
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"samples/*"
],
"repository": {
"url": "https://github.com/hyperledger/aries-framework-javascript",
"url": "https://github.com/openwallet-foundation/credo-ts",
"type": "git"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/action-menu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</p>
<br />

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

Expand Down
4 changes: 2 additions & 2 deletions packages/action-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/anoncreds-rs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
</p>
<br />

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).
4 changes: 2 additions & 2 deletions packages/anoncreds-rs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/anoncreds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/askar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
</p>
<br />

Askar module for [Credo](https://github.com/hyperledger/aries-framework-javascript.git).
Askar module for [Credo](https://github.com/openwallet-foundation/credo-ts.git).
4 changes: 2 additions & 2 deletions packages/askar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/bbs-signatures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cheqd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
</p>
<br />

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.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/indy-sdk-to-askar-migration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
</p>
<br />

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).
4 changes: 2 additions & 2 deletions packages/indy-sdk-to-askar-migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/indy-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
</p>
<br />

IndySDK module for [Credo](https://github.com/hyperledger/aries-framework-javascript.git).
IndySDK module for [Credo](https://github.com/openwallet-foundation/credo-ts.git).
4 changes: 2 additions & 2 deletions packages/indy-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/indy-vdr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
</p>
<br />

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.
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/openid4vc-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</p>
<br />

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

Expand Down
4 changes: 2 additions & 2 deletions packages/openid4vc-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/question-answer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</p>
<br />

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

Expand Down
4 changes: 2 additions & 2 deletions packages/question-answer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
</p>
<br />

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.
4 changes: 2 additions & 2 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/tsconfig.json
Original file line number Diff line number Diff line change
@@ -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"]
}
Expand Down
2 changes: 1 addition & 1 deletion packages/sd-jwt-vc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions packages/sd-jwt-vc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/tenants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions samples/extension-module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion samples/extension-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading

0 comments on commit ad505bf

Please sign in to comment.