From aefe5ecceb95fa3b65631be3b373357e0a0536e1 Mon Sep 17 00:00:00 2001 From: Luc1d1ty Date: Tue, 8 Mar 2022 03:41:15 +0600 Subject: [PATCH] Added "Solidity" to the table of contents. (#6751) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added Solidity to table of contents * Added Solidity to the table of contents and moved solidity section from the java section. * Solidity to heading level 3 Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> --- books/free-programming-books-langs.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index b9322da1f..72e4f9064 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -195,6 +195,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Self](#self) * [Smalltalk](#smalltalk) * [Snap](#snap) +* [Solidity](#solidity) * [Spark](#spark) * [Splunk](#splunk) * [SQL (implementation agnostic)](#sql-implementation-agnostic) @@ -1074,12 +1075,6 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [The JasperReports Ultimate Guide, Third Edition](http://jasperreports.sourceforge.net/JasperReports-Ultimate-Guide-3.pdf) (PDF) -#### Solidity - -* [Introductory guide for Solidity](https://www.tutorialspoint.com/solidity/index.htm) -* [The Solidity Reference Guide](https://docs.soliditylang.org) - - #### Spring * [Building Applications with Spring 5 and Vue.js 2](https://www.packtpub.com/free-ebooks/building-applications-spring-5-and-vuejs-2) - James J. Ye (Packt account *required*) @@ -2279,6 +2274,12 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Snap! Reference Manual](https://snap.berkeley.edu/snapsource/help/SnapManual.pdf) - B. Harvey, J. Mönig (PDF) +### Solidity + +* [Introductory guide for Solidity](https://www.tutorialspoint.com/solidity/index.htm) +* [The Solidity Reference Guide](https://docs.soliditylang.org) + + ### Spark * [Databricks Spark Knowledge Base](https://www.gitbook.com/book/databricks/databricks-spark-knowledge-base/details)