From c6ddbca868c57430c5513dca924e01630ef1935c Mon Sep 17 00:00:00 2001 From: Phu Pham Date: Thu, 8 Jun 2023 10:10:47 -0400 Subject: [PATCH] remove external links SDK --- template/page-tutorials.html.jinja | 4 ---- 1 file changed, 4 deletions(-) diff --git a/template/page-tutorials.html.jinja b/template/page-tutorials.html.jinja index 1c88d98544..b57d347820 100644 --- a/template/page-tutorials.html.jinja +++ b/template/page-tutorials.html.jinja @@ -26,28 +26,24 @@ "description": "Using xrpl.py, a pure Python library.", "href": "get-started-using-python.html", "img": "./assets/img/logos/python.svg", - "external": true, }, { "title": "Java", "description": "Using xrpl4j, a pure Java library.", "href": "get-started-using-java.html", "img": "./assets/img/logos/java.svg", - "external": true, }, { "title": "Javascript", "description": "Using the xrpl.js client library.", "href": "get-started-using-javascript.html", "img": "./assets/img/logos/javascript.svg", - "external": true, }, { "title": "HTTP & Websocket APIs", "description": "Access the XRP Ledger directly through the APIs of its core server.", "href": "http-websocket-apis.html", "img": "./assets/img/logos/globe.svg", - "external": true, }, ] },