Fixed some broken links

Some links returned http status code 404, so I fixed them.
This commit is contained in:
fersmi
2021-09-29 11:16:45 +02:00
parent cc41650ac2
commit f78ebd6c3b
6 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ The software that powers the XRP Ledger is open-source, so anyone can download,
| XRP Ledger Source Code | |
|:-----------------------|:----------------------------------------------------|
| Repository | <https://github.com/ripple/rippled/> |
| License | [Multiple; ISC (permissive)](https://github.com/ripple/rippled/blob/develop/LICENSE) |
| License | [Multiple; ISC (permissive)](https://github.com/ripple/rippled/blob/develop/LICENSE.md) |
| Programming Language | C++ |
If you're not sure where to start, Dev Null Productions provides a detailed and thorough [**Source Code Guide**](https://xrpintel.com/source) that describes the structure and functions of the `rippled` XRP Ledger server implementation.