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

more github org move tweaks

Changed files
+3 -3
go-didplc
cmd
webplc
templates
packages
+1 -1
go-didplc/cmd/webplc/templates/base.html
···
<li><a href="/resolve" >Lookup</a> </li>
<li><a href="/api/redoc" >API</a> </li>
<li><a href="/spec/v0.1/did-plc" >Specification</a> </li>
-
<li><a href="https://github.com/bluesky-social/did-method-plc">Code</a></li>
</ul>
</nav>
···
<li><a href="/resolve" >Lookup</a> </li>
<li><a href="/api/redoc" >API</a> </li>
<li><a href="/spec/v0.1/did-plc" >Specification</a> </li>
+
<li><a href="https://github.com/did-method-plc/did-method-plc">Code</a></li>
</ul>
</nav>
+1 -1
packages/lib/README.md
···
================================================
[![NPM](https://img.shields.io/npm/v/@did-plc/lib)](https://www.npmjs.com/package/@did-plc/lib)
-
[![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)
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).
···
================================================
[![NPM](https://img.shields.io/npm/v/@did-plc/lib)](https://www.npmjs.com/package/@did-plc/lib)
+
[![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)
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).
+1 -1
packages/lib/package.json
···
"homepage": "https://web.plc.directory",
"repository": {
"type": "git",
-
"url": "https://github.com/bluesky-social/did-method-plc",
"directory": "packages/lib"
},
"main": "dist/index.js",
···
"homepage": "https://web.plc.directory",
"repository": {
"type": "git",
+
"url": "https://github.com/did-method-plc/did-method-plc",
"directory": "packages/lib"
},
"main": "dist/index.js",