Skip to content

Commit e84f5c1

Browse files
authored
Readme and user book: Fix links (#406)
* User book: https link to CCS * Readme: fix contribution and security link * rust link https
1 parent 21ad35d commit e84f5c1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ TODO: add these sections someday.
3131
## About
3232

3333
Cuprate is an effort to create an alternative [Monero](https://getmonero.org) node implementation
34-
in [Rust](http://rust-lang.org).
34+
in [Rust](https://rust-lang.org).
3535

3636
It will be able to independently validate Monero consensus rules, providing a layer of security and redundancy for the
3737
Monero network.
@@ -57,14 +57,14 @@ For crate (library) documentation, see: <https://doc.cuprate.org>. This site hol
5757

5858
## Contributing
5959

60-
See [`CONTRIBUTING.md`](misc/CONTRIBUTING.md).
60+
See [`CONTRIBUTING.md`](/CONTRIBUTING.md).
6161

6262
## Security
6363

64-
Cuprate has a responsible vulnerability disclosure policy, see [`SECURITY.md`](misc/SECURITY.md).
64+
Cuprate has a responsible vulnerability disclosure policy, see [`SECURITY.md`](/SECURITY.md).
6565

6666
## License
6767

6868
The `binaries/` directory is licensed under AGPL-3.0, everything else is licensed under MIT.
6969

70-
See [`LICENSE`](LICENSE) for more details.
70+
See [`LICENSE`](/LICENSE) for more details.

books/user/src/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Frequently asked questions about Cuprate.
1717
## Who?
1818
Cuprate was started by [SyntheticBird45](https://github.com/SyntheticBird45) in [early 2023](https://github.com/Cuprate/cuprate/commit/2c7cb27548c727550ce4684cb31d0eafcf852c8e) and was later joined by [boog900](https://github.com/boog900), [hinto-janai](https://github.com/hinto-janai), and [other contributors](https://github.com/Cuprate/cuprate/graphs/contributors).
1919

20-
A few Cuprate contributors are funded by Monero's [Community Crowdfunding System](http://ccs.getmonero.org) to work on Cuprate and occasionally `monerod`.
20+
A few Cuprate contributors are funded by Monero's [Community Crowdfunding System](https://ccs.getmonero.org) to work on Cuprate and occasionally `monerod`.
2121

2222
## What is `cuprated`?
2323
`monerod` is the [daemon](https://en.wikipedia.org/wiki/Daemon_(computing)) of the Monero project, the Monero node.

0 commit comments

Comments
 (0)