Updated hrefs on cards

This commit is contained in:
Amarantha Kulkarni
2024-01-30 16:27:32 -08:00
committed by mDuo13
parent 8224226cad
commit f4eb0216c4

View File

@@ -12,13 +12,13 @@ Use these libraries to access the XRP Ledger from your programming language of c
{% card-grid %}
{% xrpl-card title="JavaScript / TypeScript" body="xrpl.js: a JavaScript/TypeScript library" href="https://js.xrpl.org/" image="/img/logos/javascript.svg" imageAlt="Javascript logo" /%}
{% xrpl-card title="JavaScript / TypeScript" body="xrpl.js - a JavaScript/TypeScript library" href="https://js.xrpl.org/" image="/img/logos/javascript.svg" imageAlt="Javascript logo" /%}
{% xrpl-card title="Python" body="xrpl.py: a pure Python library" href="https://xrpl-py.readthedocs.io/" image="/img/logos/python.svg" imageAlt="Python logo" /%}
{% xrpl-card title="Python" body="xrpl.py - a pure Python library" href="https://xrpl-py.readthedocs.io/" image="/img/logos/python.svg" imageAlt="Python logo" /%}
{% xrpl-card title="Java" body="xrpl4j: a pure Java library" href="https://javadoc.io/doc/org.xrpl/" image="/img/logos/java.svg" imageAlt="Java logo" /%}
{% xrpl-card title="Java" body="xrpl4j - a pure Java library" href="https://javadoc.io/doc/org.xrpl/" image="/img/logos/java.svg" imageAlt="Java logo" /%}
{% xrpl-card title="Ruby" body="xrpl: a Ruby library" href="https://www.rubydoc.info/gems/xrbp" image="/img/logos/ruby.svg" imageAlt="Ruby logo" /%}
{% xrpl-card title="Ruby" body="xrpl - a Ruby library" href="https://www.rubydoc.info/gems/xrbp" image="/img/logos/ruby.svg" imageAlt="Ruby logo" /%}
{% /card-grid %}
@@ -26,13 +26,13 @@ Use these libraries to access the XRP Ledger from your programming language of c
{% card-grid %}
{% xrpl-card title="Basic Data Types" body="Format and meaning of fundamental data types." href="/protocol/data-types/basic-data-types.md" /%}
{% xrpl-card title="Basic Data Types" body="Format and meaning of fundamental data types." href="/references/protocol/data-types/basic-data-types/" /%}
{% xrpl-card title="Ledger Data Formats" body="Learn about individual entries that comprise the XRP Ledger's shared state data." href="/protocol/ledger-data/index.md" /%}
{% xrpl-card title="Ledger Data Formats" body="Learn about individual entries that comprise the XRP Ledger's shared state data." href="/references/protocol/ledger-data/" /%}
{% xrpl-card title="Transaction Reference" body="Definitions for all the protocol's transaction types and their results." href="/protocol/transactions/index.md" /%}
{% xrpl-card title="Transaction Reference" body="Definitions for all the protocol's transaction types and their results." href="/references/protocol/transactions/" /%}
{% xrpl-card title="Binary Format" body="Conversion between JSON and canonical binary format for XRP Ledger transactions and other objects." href="/protocol/binary-format.md" /%}
{% xrpl-card title="Binary Format" body="Conversion between JSON and canonical binary format for XRP Ledger transactions and other objects." href="/references/protocol/binary-format/" /%}
{% /card-grid %}
@@ -40,13 +40,13 @@ Use these libraries to access the XRP Ledger from your programming language of c
{% card-grid %}
{% xrpl-card title="API Conventions" body="Describes data types and formats of the HTTP APIs (JSON-RPC and WebSocket) as implemented in the rippled server." href="/http-websocket-apis/api-conventions/index.md" /%}
{% xrpl-card title="API Conventions" body="Describes data types and formats of the HTTP APIs (JSON-RPC and WebSocket) as implemented in the rippled server." href="/references/http-websocket-apis/api-conventions/" /%}
{% xrpl-card title="Public API Methods" body="Public API methods for use by any client attached to the server." href="/http-websocket-apis/public-api-methods/index.md" /%}
{% xrpl-card title="Public API Methods" body="Public API methods for use by any client attached to the server." href="/references/http-websocket-apis/public-api-methods/" /%}
{% xrpl-card title="Admin API Methods" body="Admin methods for trusted personnel in charge of keeping the rippled server operational." href="/http-websocket-apis/admin-api-methods/index.md" /%}
{% xrpl-card title="Admin API Methods" body="Admin methods for trusted personnel in charge of keeping the rippled server operational." href="/references/http-websocket-apis/admin-api-methods/" /%}
{% xrpl-card title="Peer Port Methods" body="Special API methods for sharing network topology and status metrics, served on the XRPL Peer Protocol port." href="/http-websocket-apis/peer-port-methods/index.md" /%}
{% xrpl-card title="Peer Port Methods" body="Special API methods for sharing network topology and status metrics, served on the XRPL Peer Protocol port." href="/references/http-websocket-apis/peer-port-methods/" /%}
{% /card-grid %}
@@ -56,14 +56,14 @@ The xrp-ledger.toml file provides machine-readable information about your usage
{% card-grid %}
{% xrpl-card title="Serving the File" body="" href="/xrp-ledger-toml.md#serving-the-file" /%}
{% xrpl-card title="Serving the File" body="" href="/references/xrp-ledger-toml/#serving-the-file" /%}
{% xrpl-card title="Contents" body="" href="/xrp-ledger-toml.md#contents" /%}
{% xrpl-card title="Contents" body="" href="/references/xrp-ledger-toml/#contents" /%}
{% xrpl-card title="CORS Setup" body="" href="/xrp-ledger-toml.md#cors-setup" /%}
{% xrpl-card title="CORS Setup" body="" href="/references/xrp-ledger-toml/#cors-setup" /%}
{% xrpl-card title="Domain Verification" body="" href="/xrp-ledger-toml.md#domain-verification" /%}
{% xrpl-card title="Domain Verification" body="" href="/references/xrp-ledger-toml/#domain-verification" /%}
{% xrpl-card title="Account Verification" body="" href="/xrp-ledger-toml.md#account-verification" /%}
{% xrpl-card title="Account Verification" body="" href="/references/xrp-ledger-toml/#account-verification" /%}
{% /card-grid %}