From 575ff2a246482193267657fbd88933a2e4b1ab51 Mon Sep 17 00:00:00 2001 From: Louis Waweru Date: Thu, 13 Oct 2022 04:14:02 -0400 Subject: [PATCH] Fixed 404 to source folder XDR data structs --- docs/encyclopedia/xdr.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/encyclopedia/xdr.mdx b/docs/encyclopedia/xdr.mdx index 51c7cdfb2..93cf4093c 100644 --- a/docs/encyclopedia/xdr.mdx +++ b/docs/encyclopedia/xdr.mdx @@ -16,4 +16,4 @@ Since XDR is a binary format and not as widely known as simpler formats like JSO In addition, the Horizon API server generally exposes the most important parts of the XDR data in JSON, so they are easier to parse if you are not using an SDK. The XDR data is still included (encoded as a base64 string) inside the JSON in case you need direct access to it. .X files -Data structures in XDR are specified in an interface definition file (IDL). The IDL files used for the Stellar Network are available on [GitHub](https://github.com/stellar/stellar-core/tree/master/src/xdr). +Data structures in XDR are specified in an interface definition file (IDL). The IDL files used for the Stellar Network are available on [GitHub](https://github.com/stellar/stellar-core/tree/master/src/protocol-curr/xdr).