Skip to content

Commit 1d7b5a7

Browse files
authored
Merge pull request #69 from Jetha3317/main
Readme Interledger Spec link fix
2 parents fb989f8 + a44e7ba commit 1d7b5a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ See Interledger Pay in action [here](https://interledgerpay.com).
1616
Never heard of Interledger before, or you would like to learn more? Here are some good places to start:
1717

1818
- [Interledger Website](https://interledger.org/)
19-
- [Interledger Specs](https://interledger.org/rfcs/0027-interledger-protocol-4/)
19+
- [Interledger Specs](https://interledger.org/developers/get-started/)
2020
- [Interledger Explainer Video](https://twitter.com/Interledger/status/1567916000074678272)
2121
- [Open Payments](https://openpayments.guide/)
2222
- [Web monetization](https://webmonetization.org/)
@@ -88,7 +88,7 @@ Navigate to the project's root directory and execute:
8888
docker compose -f docker-compose.dev.yml up
8989
```
9090

91-
If you receive certificate error, then create a `.cert` folder in your `root` directory, and generate certificates `cert.pem` and `key.pem` that you need to copy into the created `.cert` directory. You can generate certicficate files using [THIS](https://github.com/interledger/web-monetization-tools/tree/op-integration?tab=readme-ov-file#https-required) guideline.
91+
If you receive certificate error, then create a `.cert` folder in your `root` directory, and generate certificates `cert.pem` and `key.pem` that you need to copy into the created `.cert` directory. You can generate certificate files using [THIS](https://github.com/interledger/web-monetization-tools/tree/op-integration?tab=readme-ov-file#https-required) guideline.
9292

9393
Upon executing the docker command, the following will be available
9494

0 commit comments

Comments
 (0)