Azure-Samples / active-directory-verifiable-credentials-python

A code sample demonstrating how to use Entra Verified ID's functionality to issue and consume verifiable credentials in python.
MIT License
15 stars 14 forks source link

Update README.md #4

Closed premgan closed 2 years ago

premgan commented 2 years ago

The setup instructions links was pointing to https://docs.microsoft.com/azure/active-directory/verifiable-credentials/ via aka.ms/didfordevs. This is primary landing page and the setup instructions are actually at https://docs.microsoft.com/azure/active-directory/verifiable-credentials/verifiable-credentials-configure-tenant. Updated the setup instructions with short link aka.ms/vcsetup which currently points to https://docs.microsoft.com/azure/active-directory/verifiable-credentials/verifiable-credentials-configure-tenant.

Purpose

Does this introduce a breaking change?

[ ] Yes
[ ] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install

What to Check

Verify that the following are valid

Other Information