Skip to content

Commit

Permalink
docs: update vc docs url (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleythedeveloper authored Aug 15, 2024
1 parent a60bf6e commit a5be4a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion documentation/docs/mock-apps/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Most of the service endpoints in the example configuration are already set to us

### Updating the Issuer

You will need to update the `issuer` property value (did:web) inside the `vckit` object. This should be set to the identifier you created using the Verifiable Credential Service.
You will need to update the `issuer` property value (did:web) inside the `vckit` object. This should be set to the identifier you created using the [Verifiable Credential Service](/docs/mock-apps/dependent-services/verifiable-credential-service).

For example:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ If you're setting up your own instance of the Verifiable Credential Service, ple

### VCKit Documentation

Please go through the VCKit documentation available [here](https://github.com/uncefact/project-vckit#start-the-documentation-page) to understand how to set up and use VCKit.
Please go through the VCKit documentation available [here](https://uncefact.github.io/project-vckit/) to understand how to set up and use VCKit.

### Requirements

Expand All @@ -51,6 +51,6 @@ Make sure you have these components set up and running, and note the API address

Regardless of which setup option you chose, you'll need to create an identifier (did:web) within the Verifiable Credential Service. This identifier is crucial for the proper functioning of the system.

To create an identifier, you'll need to use the VCKit API. Refer to the [VCKit documentation](https://github.com/uncefact/project-vckit#start-the-documentation-page) for specific instructions on how to create a did:web identifier using their API endpoints.
To create an identifier, you'll need to use the VCKit API. Refer to the [VCKit documentation](https://uncefact.github.io/project-vckit/docs/get-started/api-server-get-started/basic-operations) for specific instructions on how to create a did:web identifier using their API endpoints.

In the next section, we will discuss the Storage Service and its role in the UNTP ecosystem.

0 comments on commit a5be4a3

Please sign in to comment.