diff --git a/README.md b/README.md index 5e04c2dd..f135a7c1 100644 --- a/README.md +++ b/README.md @@ -62,13 +62,13 @@ ForgeRock provides these samples to help demonstrate SDK functionality/implement To try out the Ping SDK for JavaScript please look at one of our samples: -- [**Embedded login - `samples/embedded-login`**](https://github.com/ForgeRock/sdk-sample-apps/blob/main/embedded-login/README.md) +- [**Embedded login - `archived/javascript/embedded-login`**](https://github.com/ForgeRock/sdk-sample-apps/tree/main/archived/javascript/embedded-login) -- [**Central login - `samples/central-login`**](https://github.com/ForgeRock/sdk-sample-apps/blob/main/central-login/README.md) +- [**Central login - `archived/javascript/central-login-oidc`**](https://github.com/ForgeRock/sdk-sample-apps/tree/main/archived/javascript/central-login-oidc) -- [**React Todo - `samples/reactjs-todo`**](https://github.com/ForgeRock/sdk-sample-apps/blob/main/reactjs-todo/README.md) +- [**React Todo - `archived/javascript/reactjs-todo-journey-legacy`**](https://github.com/ForgeRock/sdk-sample-apps/tree/main/archived/javascript/reactjs-todo-journey-legacy) -- [**Angular Todo - `samples/angular-todo`**](https://github.com/ForgeRock/sdk-sample-apps/blob/main/angular-todo/README.md) +- [**Angular Todo - `archived/javascript/angular-todo`**](https://github.com/ForgeRock/sdk-sample-apps/tree/main/archived/javascript/angular-todo) diff --git a/packages/javascript-sdk/README.md b/packages/javascript-sdk/README.md index ab2cbcc9..43b59fb5 100644 --- a/packages/javascript-sdk/README.md +++ b/packages/javascript-sdk/README.md @@ -56,7 +56,7 @@ To try out the Ping SDK for JavaScript, perform these steps: See [Server configuration](https://docs.pingidentity.com/sdks/latest/sdks/tutorials/javascript/00_before-you-begin.html#server_configuration) in the Documentation. -2. Clone this repo: +2. Clone the sample apps repo: ``` git clone https://github.com/ForgeRock/sdk-sample-apps.git @@ -68,7 +68,7 @@ To try out the Ping SDK for JavaScript, perform these steps: npm install ``` -4. Open `javascript/embedded-login/.env.example` and edit the configuration values to match your server. +4. Open `archived/javascript/embedded-login/.env.example` and edit the configuration values to match your server. 5. Save the file as `.env` in the same folder.