Fork of github.com/did-method-plc/did-method-plc
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

more github org move tweaks

+3 -3
+1 -1
go-didplc/cmd/webplc/templates/base.html
··· 76 76 <li><a href="/resolve" >Lookup</a> </li> 77 77 <li><a href="/api/redoc" >API</a> </li> 78 78 <li><a href="/spec/v0.1/did-plc" >Specification</a> </li> 79 - <li><a href="https://github.com/bluesky-social/did-method-plc">Code</a></li> 79 + <li><a href="https://github.com/did-method-plc/did-method-plc">Code</a></li> 80 80 </ul> 81 81 </nav> 82 82
+1 -1
packages/lib/README.md
··· 3 3 ================================================ 4 4 5 5 [![NPM](https://img.shields.io/npm/v/@did-plc/lib)](https://www.npmjs.com/package/@did-plc/lib) 6 - [![Github CI Status](https://github.com/bluesky-social/did-method-plc/actions/workflows/repo.yaml/badge.svg)](https://github.com/bluesky-social/did-method-plc/actions/workflows/repo.yaml) 6 + [![Github CI Status](https://github.com/did-method-plc/did-method-plc/actions/workflows/repo.yaml/badge.svg)](https://github.com/did-method-plc/did-method-plc/actions/workflows/repo.yaml) 7 7 8 8 This library provides both a simple client for the PLC directory, and an implementation of the PLC method itself (using a cryptographically signed operation log). 9 9
+1 -1
packages/lib/package.json
··· 11 11 "homepage": "https://web.plc.directory", 12 12 "repository": { 13 13 "type": "git", 14 - "url": "https://github.com/bluesky-social/did-method-plc", 14 + "url": "https://github.com/did-method-plc/did-method-plc", 15 15 "directory": "packages/lib" 16 16 }, 17 17 "main": "dist/index.js",