diff --git a/content/contributing/contribute-code.md b/content/contributing/contribute-code.md index 21683d9c60..f091cafa39 100644 --- a/content/contributing/contribute-code.md +++ b/content/contributing/contribute-code.md @@ -4,11 +4,11 @@ The software that powers the XRP Ledger is open-source, so anyone can download, | XRP Ledger Source Code | | |:-----------------------|:----------------------------------------------------| -| Repository | | +| Repository | <[https://github.com/XRPLF/rippled](https://github.com/XRPLF/rippled)> | | 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. +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 core XRP Ledger server (`rippled`) implementation. ## Standards Drafts