From f74c0b9206476890c1b07a2b440abb1ba43df858 Mon Sep 17 00:00:00 2001 From: franzihei Date: Mon, 23 Nov 2020 10:32:09 +0100 Subject: [PATCH] updating team meeting time and fix bullet list in index --- docs/contributing.rst | 2 +- docs/index.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index e1e2e2b62..228c6cec0 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -30,7 +30,7 @@ Team Calls If you have issues or pull requests to discuss, or are interested in hearing what the team and contributors are working on, you can join our public team calls: -- Mondays at 12pm CET/CEST. +- Mondays at 3pm CET/CEST. - Wednesdays at 2pm CET/CEST. Both calls take place on `Google Meet `_. diff --git a/docs/index.rst b/docs/index.rst index f0997ad19..00586ce0b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -39,6 +39,7 @@ Getting Started If you are new to the concept of smart contracts we recommend you to get started by digging into the "Introduction to Smart Contracts" section, which covers: + * :ref:`A simple example smart contract ` written in Solidity. * :ref:`Blockchain Basics `. * :ref:`The Ethereum Virtual Machine `.