Skip to content

Commit

Permalink
Update README links (#15)
Browse files Browse the repository at this point in the history
Updating links in our readme files after the release of the new docs.
  • Loading branch information
dharmadeveloper108 committed Jun 7, 2024
1 parent 5271503 commit c28e175
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To use Gigs Embeds, you need:

1. A Gigs project
2. A Gigs API Key
3. A server to create an [authenticated Connect Session](https://developers.gigs.com/docs/api/cdb1438ed4da9-creating-connect-sessions)
3. A server to create an [authenticated Connect Session](https://developers.gigs.com/docs/connect/connect-sessions/creating-connect-sessions)

> [!TIP]
> You're not yet a Gigs customer? [Get in touch](https://gigs.com/contact) to discuss the next steps!
Expand Down
4 changes: 2 additions & 2 deletions docs/porting-embed.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The Porting Embed allows a user to complete a number porting inside your app.

[Number Porting](https://developers.gigs.com/docs/api/29f8ee7096761-how-porting-works) is split up into multiple steps:
[Number Porting](https://developers.gigs.com/docs/core/how-porting-works) is split up into multiple steps:

1. Carrier Details (Account Number & PIN)
2. Account Holder Details (First Name, Last Name & Birthday)
Expand All @@ -13,7 +13,7 @@ Each step is displayed only if the porting requires certain fields. If the user

## Usage

1. Create a Gigs [Connect Session](https://developers.gigs.com/docs/api/cdb1438ed4da9-creating-connect-sessions) on your own server.
1. Create a Gigs [Connect Session](https://developers.gigs.com/docs/connect/connect-sessions/creating-connect-sessions) on your own server.
2. Pass the session object from your server to your app.
3. Initialize the embed using the session object with an intent of type `completePorting`, your project ID and an `onCompleted` callback function.
4. Navigate the user to the next screen once the number porting is completed.
Expand Down

0 comments on commit c28e175

Please sign in to comment.