Skip to content

Commit 8463e93

Browse files
authored
Merge pull request #28 from mpcp-protocol/chore/update-repo-urls-mpcp-reference
chore: update repo URLs to mpcp-protocol/mpcp-reference
2 parents 74e939f + fe8be63 commit 8463e93

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

doc/Why_MPCP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ MPCP exists because:
9191
2. **Wallet popups don’t scale**—approval must move upstream to session and budget.
9292
3. **Policy → Budget → Payment → Verification** is the right architecture—separation of concerns, verifiable chain, settlement‑agnostic policy.
9393

94-
For the protocol specification and implementation, see the [Machine Payment Control Protocol Specification](./protocol/mpcp.md) and the [MPCP Service README](https://github.com/naory/mpcp-service#readme).
94+
For the protocol specification and implementation, see the [Machine Payment Control Protocol Specification](./protocol/mpcp.md) and the [MPCP Service README](https://github.com/mpcp-protocol/mpcp-reference#readme).

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ MPCP allows machines, service providers, and verification systems to independent
111111

112112
## Specification
113113

114-
The full protocol specification is in the [MPCP specification](protocol/mpcp.md). The [reference implementation](https://github.com/naory/mpcp-service) is available on GitHub.
114+
The full protocol specification is in the [MPCP specification](protocol/mpcp.md). The [reference implementation](https://github.com/mpcp-protocol/mpcp-reference) is available on GitHub.
115115

116116
## Start Building
117117

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Get the full MPCP artifact chain running locally in under 5 minutes.
1010
## 1. Clone and Install
1111

1212
```bash
13-
git clone https://github.com/naory/mpcp-service.git
13+
git clone https://github.com/mpcp-protocol/mpcp-reference.git
1414
cd mpcp-service
1515
npm install
1616
```

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# MkDocs config for MPCP docs site (PR19)
22
site_name: MPCP
33
site_description: Machine Payment Control Protocol
4-
site_url: https://naory.github.io/mpcp-service/
5-
repo_url: https://github.com/naory/mpcp-service
6-
repo_name: mpcp-service
4+
site_url: https://mpcp-protocol.github.io/mpcp-reference/
5+
repo_url: https://github.com/mpcp-protocol/mpcp-reference
6+
repo_name: mpcp-reference
77
edit_uri: edit/main/docs/
88

99
plugins:

0 commit comments

Comments
 (0)