From 951272fbe8056782297323ec359931b7ff652797 Mon Sep 17 00:00:00 2001 From: Tim McMackin Date: Thu, 15 Aug 2024 08:26:43 -0400 Subject: [PATCH 1/2] Use full Discord link --- src/components/Footer/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer/index.jsx b/src/components/Footer/index.jsx index 767924d96..d5d0035ae 100644 --- a/src/components/Footer/index.jsx +++ b/src/components/Footer/index.jsx @@ -4,7 +4,7 @@ import styles from './styles.module.css'; import { ChatBob } from '@site/src/components/ChatBob' const socialLinks = [ - { name: 'Discord', link: 'https://discord.gg/yXaPy6s5Nr', icon: '/img/socials/Tezos-social-icon-white-01.svg' }, + { name: 'Discord', link: 'https://discord.gg/tezos-blockchain-699325006928281720', icon: '/img/socials/Tezos-social-icon-white-01.svg' }, { name: 'Telegram', link: 'https://t.me/tezosplatform', icon: '/img/socials/Tezos-social-icon-white-02.svg' }, { name: 'TezosAgora', link: 'https://forum.tezosagora.org/', icon: '/img/socials/Tezos-social-icon-white-03.svg' }, { name: 'Github', link: 'https://github.com/tezos/tezos', icon: '/img/socials/Tezos-social-icon-white-04.svg' }, From 564f360f161e42f656264afd75aadd920c5d338d Mon Sep 17 00:00:00 2001 From: Tim McMackin Date: Tue, 27 Aug 2024 07:50:59 -0400 Subject: [PATCH 2/2] Fix broken link to DAL blog post --- docs/overview/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview/index.md b/docs/overview/index.md index d42606caa..e3840439b 100644 --- a/docs/overview/index.md +++ b/docs/overview/index.md @@ -12,6 +12,6 @@ Tezos has robust applications ranging from NFTs, DeFi, and gaming to enterprise With recent Tezos upgrades heavily focusing on scaling solutions, Tezos has been at the forefront of blockchain research. Up to 1 million transactions per second (TPS) are theoretically possible on Tezos with the advent of Smart Rollups, which have emerged as a strong scaling solution. With Smart Rollups (also known as optimistic rollups), transactions can be performed more quickly and cheaply and use other VMs that “roll up” their state changes onto Tezos. -[Etherlink](https://www.etherlink.com) is another exciting technology in development that will greatly enlarge the possible applications and versatility of Tezos. Etherlink builds on Smart Rollups and combines them with [DAL (Data Availability Layer)](https://research-development.nomadic-labs.com/dal-testers.html>) to provide an EVM-compatible Layer 2 solution which is truly decentralized, low-latency, and low-cost. +[Etherlink](https://www.etherlink.com) is another exciting technology in development that will greatly enlarge the possible applications and versatility of Tezos. Etherlink builds on Smart Rollups and combines them with [DAL (Data Availability Layer)](https://research-development.nomadic-labs.com/dal-testers.html) to provide an EVM-compatible Layer 2 solution which is truly decentralized, low-latency, and low-cost. These innovations demonstrate the ongoing dedication of Tezos to foster innovation in the blockchain industry.