From a13c1c9a57a82f493ad313bf8a560ce1c93338c4 Mon Sep 17 00:00:00 2001 From: Nikyle Nguyen Date: Mon, 5 Nov 2018 20:06:16 -0800 Subject: [PATCH] Fix: dead links to LLL compiler and docs --- source/contracts-and-transactions/contracts.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/contracts-and-transactions/contracts.rst b/source/contracts-and-transactions/contracts.rst index f3031735..9cc2a4c7 100644 --- a/source/contracts-and-transactions/contracts.rst +++ b/source/contracts-and-transactions/contracts.rst @@ -51,9 +51,9 @@ Serpent is a language similar to Python which can be used to develop contracts a LLL -------------------------------------------------------------------------------- -`Lisp Like Language (LLL) `_ is a low level language similar to Assembly. It is meant to be very simple and minimalistic; essentially just a tiny wrapper over coding in EVM directly. +`Lisp Like Language (LLL) `_ is a low level language similar to Assembly. It is meant to be very simple and minimalistic; essentially just a tiny wrapper over coding in EVM directly. -* `LIBLLL in GitHub `_ +* `LIBLLL in GitHub `_ * `Examples of LLL `_ Mutan (deprecated)