Skip to content

Commit

Permalink
Merge pull request #95 from swcurran/main
Browse files Browse the repository at this point in the history
Update spec to publish on DIF github org pages
  • Loading branch information
kimdhamilton authored Sep 3, 2024
2 parents a4070f3 + 22946e6 commit f7565e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"author": "Stephen Curran",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/bcgov/trustdidweb/issues"
"url": "https://github.com/decentralized-identity/trustdidweb/issues"
},
"homepage": "https://github.com/bcgov/trustdidweb#readme",
"homepage": "https://github.com/decentralized-identity/trustdidweb#readme",
"dependencies": {
"spec-up": "github:brianorwhatever/spec-up#master"
}
Expand Down
8 changes: 4 additions & 4 deletions spec/header.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Trust DID Web - `did:tdw`
**Specification Version:** 0.3 (see [Changelog](#did-tdw-version-changelog))

**Latest Draft:**
[https://github.com/bcgov/trustdidweb](https://github.com/bcgov/trustdidweb)
[https://github.com/decentralized-identity/trustdidweb](https://github.com/decentralized-identity/trustdidweb)

**Editors:**
~ [Stephen Curran](https://github.com/swcurran)
Expand All @@ -17,9 +17,9 @@ Trust DID Web - `did:tdw`
~ [Martina Kolpondinos](https://github.com/martipos)

**Participate:**
~ [GitHub repo](https://github.com/bcgov/trustdidweb)
~ [File a bug](https://github.com/bcgov/trustdidweb/issues)
~ [Commit history](https://github.com/bcgov/trustdidweb/commits/main)
~ [GitHub repo](https://github.com/decentralized-identity/trustdidweb)
~ [File a bug](https://github.com/decentralized-identity/trustdidweb/issues)
~ [Commit history](https://github.com/decentralized-identity/trustdidweb/commits/main)

**Implementations:**
~ [TypeScript](https://github.com/bcgov/trustdidweb-ts)
Expand Down
4 changes: 2 additions & 2 deletions specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"source": {
"host": "github",
"account": "bcgov",
"account": "decentralized-identity",
"repo": "trustdidweb"
},
"output_path": "./",
"logo": "tdw.jpg",
"logo_link": "https://github.com/bcgov/trustdidweb",
"logo_link": "https://github.com/decentralized-identity/trustdidweb",
"katex": true,
"external_specs": [
{
Expand Down

0 comments on commit f7565e4

Please sign in to comment.