Skip to content

Commit 93337c1

Browse files
authored
Merge pull request #32 from swcurran/main
Update after move to new GitHub org
2 parents 1abfaf8 + a449bbe commit 93337c1

8 files changed

Lines changed: 20 additions & 20 deletions

File tree

Contributing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ Contributions to this repository are welcome.
55
All contributions must be submitted as pull requests. The handling of the pull
66
requests by the maintainers (Editors) of this repository are as defined in the
77
[Governance
8-
section](https://hyperledger.github.io/anoncreds-methods-registry/) of
8+
section](https://anoncreds.github.io/anoncreds-methods-registry/) of
99
the [AnonCreds Objects Methods
10-
Registry](https://hyperledger.github.io/anoncreds-methods-registry/).
10+
Registry](https://anoncreds.github.io/anoncreds-methods-registry/).
1111

1212
If you are adding an AnonCreds Methods Registry entry, please follow
13-
[this
14-
guidance](https://hyperledger.github.io/anoncreds-methods-registry/#adding-a-registry-entry)
13+
[anoncreds
14+
guidance](https://anoncreds.github.io/anoncreds-methods-registry/#adding-a-registry-entry)
1515
on the registry webpage for doing that.
1616

1717
Questions, comments and suggestions are welcome via the [GitHub
18-
issues](https://github.com/hyperledger/anoncreds-methods-registry/issues)
18+
issues](https://github.com/anoncreds/anoncreds-methods-registry/issues)
1919
section of this repository.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"dev": "node -e \"require('spec-up')({ dev: true })\""
1212
},
1313
"bugs": {
14-
"url": "https://github.com/hyperledger/anoncreds-methods-registry"
14+
"url": "https://github.com/anoncreds/anoncreds-methods-registry"
1515
},
16-
"homepage": "https://github.com/hyperledger/anoncreds-methods-registry",
16+
"homepage": "https://github.com/anoncreds/anoncreds-methods-registry",
1717
"dependencies": {
1818
"spec-up": "github:brianorwhatever/spec-up#master"
1919
}

registry/adding_a_registry_entry.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ To add a new AnonCreds Methods Registry entry please:
55
- Review the [Governance](#governance) section of this document that describes
66
who can add/update registry entries, how such updates get approved and
77
applied.
8-
- Create a pull request in the GitHub repository ([https://github.com/hyperledger/anoncreds-methods-registry](https://github.com/hyperledger/anoncreds-methods-registry)) that is the source for generating this webpage, by following these steps:
9-
- Fork [the repository](https://github.com/hyperledger/anoncreds-methods-registry).
10-
- In your local fork, copy the [`registry/method_template.md`](https://github.com/hyperledger/anoncreds-methods-registry/blob/main/registry/method_template.md) file
8+
- Create a pull request in the GitHub repository ([https://github.com/anoncreds/anoncreds-methods-registry](https://github.com/anoncreds/anoncreds-methods-registry)) that is the source for generating this webpage, by following these steps:
9+
- Fork [the repository](https://github.com/anoncreds/anoncreds-methods-registry).
10+
- In your local fork, copy the [`registry/method_template.md`](https://github.com/anoncreds/anoncreds-methods-registry/blob/main/registry/method_template.md) file
1111
to a new file in the same `registry` folder, named as appropriate for the new
1212
registry entry, prefix `method_`, and `.md` extension.
1313
- Update the new file for the AnonCreds Objects Methods

registry/governance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This registry is managed by the [AnonCreds Specification Working
44
Group](https://github.com/hyperledger). The contents of the registry is
55
maintained in a [GitHub
6-
repository](https://github.com/hyperledger/anoncreds-methods-registry)
6+
repository](https://github.com/anoncreds/anoncreds-methods-registry)
77
and managed through a pull request submission, review and approval process. The
88
details of how pull requests are managed is outlined in this Governance section
99
of the registry.
@@ -44,12 +44,12 @@ There are two types of content in the source repository for the registry:
4444
AnonCreds methods.
4545
- The format of the entries MUST adhere to the guidelines defined in the
4646
[Method
47-
Template](https://github.com/hyperledger/anoncreds-methods-registry/blob/main/registry/method_template.md),
47+
Template](https://github.com/anoncreds/anoncreds-methods-registry/blob/main/registry/method_template.md),
4848
as defined by the [AnonCreds Specification Working
4949
Group](https://wiki.hyperledger.org/display/ANONCREDS/AnonCreds+Specification+Working+Group).
5050

5151
- All other content in the registry and [registry
52-
repository](https://github.com/hyperledger/anoncreds-methods-registry)
52+
repository](https://github.com/anoncreds/anoncreds-methods-registry)
5353
- Such content is governed by the [AnonCreds Specification Working
5454
Group](https://wiki.hyperledger.org/display/ANONCREDS/AnonCreds+Specification+Working+Group), and
5555
includes things like this Governance section of the registry, the format of

registry/header.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ AnonCreds Methods Registry
55

66
**Source Content:**
77

8-
[https://github.com/hyperledger/anoncreds-methods-registry](https://github.com/hyperledger/anoncreds-methods-registry)
8+
[https://github.com/anoncreds/anoncreds-methods-registry](https://github.com/anoncreds/anoncreds-methods-registry)
99

1010
**Editors:**
1111

@@ -18,8 +18,8 @@ AnonCreds Methods Registry
1818

1919
**Participate:**
2020

21-
~ [GitHub repo](https://github.com/hyperledger/anoncreds-methods-registry)
22-
~ [Commit history](https://github.com/hyperledger/anoncreds-methods-registry/commits/main)
21+
~ [GitHub repo](https://github.com/anoncreds/anoncreds-methods-registry)
22+
~ [Commit history](https://github.com/anoncreds/anoncreds-methods-registry/commits/main)
2323
~ [Discord](https://discord.gg/hyperledger)
2424

2525
------------------------------------

registry/registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ The normative requirements for AnonCreds method specifications can be
88
found in the [AnonCreds
99
Specification](https://hyperledger.github.io/anoncreds-spec/). AnonCreds
1010
methods that do not meet the guidelines as outlined in the [method entry
11-
template](https://github.com/hyperledger/anoncreds-methods-registry)
11+
template](https://github.com/anoncreds/anoncreds-methods-registry)
1212
will not be accepted.

registry/status_copyright_toc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ It represents the consensus of the AnonCreds community.
55

66
Information about the current status of this document, any errata,
77
and how to provide feedback on it may be obtained at
8-
[https://github.com/hyperledger/anoncreds-methods-registry](https://github.com/hyperledger/anoncreds-methods-registry).
8+
[https://github.com/anoncreds/anoncreds-methods-registry](https://github.com/anoncreds/anoncreds-methods-registry).
99

1010
## Copyright Notice
1111

specs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"adding_a_registry_entry.md",
2121
"governance.md"
2222
],
23-
"logo": "https://raw.githubusercontent.com/hyperledger/anoncreds-spec/main/spec/images/logo/hl_anoncreds_colour.svg",
24-
"logo_link": "https://github.com/hyperledger/anoncreds-methods-registry",
23+
"logo": "https://raw.githubusercontent.com/anoncreds/anoncreds-spec/main/spec/images/logo/hl_anoncreds_colour.svg",
24+
"logo_link": "https://github.com/anoncreds/anoncreds-methods-registry",
2525
"source": {
2626
"host": "github",
2727
"account": "hyperledger",

0 commit comments

Comments
 (0)