Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/developer_versioned_docs/version-v4.2.0/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Aztec is a privacy-first Layer 2 on Ethereum. It supports smart contracts with b

## Getting started

Learn about Aztec, what it is, how it works and how to get start writing smart contracts on Aztec with programmable privacy by watching this video:
Learn about Aztec, what it is, how it works and how to get start writing smart contracts on Aztec with programmable privacy by watching this video course:

<div style={{position: 'relative', paddingBottom: '56.25%', height: 0, overflow: 'hidden', maxWidth: '100%', marginBottom: '2rem'}}>
<iframe
style={{position: 'absolute', top: 0, left: 0, width: '100%', height: '100%'}}
src="https://www.youtube.com/embed/93pfZMjKMmQ"
title="Aztec Overview Video"
src="https://www.youtube.com/embed/cQIPG_J1W9g"
title="Aztec Video Course"
frameBorder="0"
allowFullScreen>
</iframe>
Expand Down
6 changes: 3 additions & 3 deletions docs/docs-developers/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Aztec is a privacy-first Layer 2 on Ethereum. It supports smart contracts with b

## Getting started

Learn about Aztec, what it is, how it works and how to get start writing smart contracts on Aztec with programmable privacy by watching this video:
Learn about Aztec, what it is, how it works and how to get start writing smart contracts on Aztec with programmable privacy by watching this video course:

<div style={{position: 'relative', paddingBottom: '56.25%', height: 0, overflow: 'hidden', maxWidth: '100%', marginBottom: '2rem'}}>
<iframe
style={{position: 'absolute', top: 0, left: 0, width: '100%', height: '100%'}}
src="https://www.youtube.com/embed/93pfZMjKMmQ"
title="Aztec Overview Video"
src="https://www.youtube.com/embed/cQIPG_J1W9g"
title="Aztec Video Course"
frameBorder="0"
allowFullScreen>
</iframe>
Expand Down
Loading