Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<!------------------------------------------------------------------------------------------------------------------------------------>

Expand Down
4 changes: 2 additions & 2 deletions packages/javascript-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

Expand Down
Loading