Re: Renaming the default branch in the Verifiable Credentials WG repositories

Hi Ivan,

It looks like the JSON-LD contexts are not working:


  *   https://www.w3.org/2018/credentials/v1
  *   https://www.w3.org/2018/credentials/examples/v1

Thanks,
Troy

From: Ivan Herman <ivan@w3.org>
Date: Friday, February 5, 2021 at 5:21 AM
To: W3C VC Working Group <public-vc-wg@w3.org>
Subject: Renaming the default branch in the Verifiable Credentials WG repositories
CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.

Hi everybody,

I have changed the default branch names for the github repositories of the Verifiable Credentials Working Group (wg home page, use cases, vc data model). It used to be 'master', and has now been changed for 'main'.

If you have a local clone on your machine, you should perform the following terminal commands in the repository:

git branch -m master main
git fetch origin
git branch -u origin/main main

to get everything in sync.

Thanks

Cheers

Ivan

----
Ivan Herman, W3C
Home: http://www.w3.org/People/Ivan/
mobile: +33 6 52 46 00 43
ORCID ID: https://orcid.org/0000-0003-0782-2704


This email and any attachments are for the sole use of the intended recipients and may be privileged, confidential or otherwise exempt from disclosure under law. Any distribution, printing or other use by anyone other than the intended recipient is prohibited. If you are not an intended recipient, please contact the sender immediately, and permanently delete this email and its attachments.

Received on Friday, 5 February 2021 15:09:53 UTC