From a90c96e7954e113117349a78f91609a5f26efe31 Mon Sep 17 00:00:00 2001 From: Krauspt Date: Sun, 17 Dec 2023 11:38:24 +0100 Subject: [PATCH 1/3] fix: update outdated link to D-DAO license --- src/components/footer/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/footer/Footer.tsx b/src/components/footer/Footer.tsx index ead89683..e476278b 100644 --- a/src/components/footer/Footer.tsx +++ b/src/components/footer/Footer.tsx @@ -85,7 +85,7 @@ export default function Footer() { Website code is licensed under{" "} Date: Sun, 17 Dec 2023 11:38:48 +0100 Subject: [PATCH 2/3] fix: update outdated link to Notepad++ plugin list --- src/pages/lessons/fundamentals/code-editors.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/lessons/fundamentals/code-editors.mdx b/src/pages/lessons/fundamentals/code-editors.mdx index b46fe742..cbe31291 100644 --- a/src/pages/lessons/fundamentals/code-editors.mdx +++ b/src/pages/lessons/fundamentals/code-editors.mdx @@ -69,9 +69,9 @@ To help you make an informed decision, check for the following features: added bells and whistles to Window's Notepad. Some of the features are Syntax Highlighting and Syntax Folding, auto-completion: Word completion, Function completion and Function parameters hint, Multi-Document (Tab interface) and - supports several languages. You can find a list - of [Notepad++ plugins](http://docs.notepad-plus-plus.org/index.php?title=Plugin_Central) - at Wiki. + supports several languages. Available Notepad++ [plugins](https://notepad-plus-plus.org/resources/#plugins) + can be found in [community list](https://github.com/notepad-plus-plus/nppPluginList?tab=readme-ov-file) + at Github. ![IDE-VS Code](/assets/lessons/code-editors/IDE-notepad-2plus.png) From e0c7ab4a01b6824888504f9bd4515e5c56deacea Mon Sep 17 00:00:00 2001 From: Krauspt Date: Sun, 17 Dec 2023 11:41:43 +0100 Subject: [PATCH 3/3] fix: replacing outdated sepolia faucet link --- src/pages/lessons/projects/2.mdx | 2 +- src/pages/lessons/projects/6.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/lessons/projects/2.mdx b/src/pages/lessons/projects/2.mdx index db77b414..d8850ef5 100644 --- a/src/pages/lessons/projects/2.mdx +++ b/src/pages/lessons/projects/2.mdx @@ -891,7 +891,7 @@ In order to deploy to a real testnet we'll need: [Metamask](https://metamask.io/) is often used - Some Sepolia-ETH. You can ask for some in a faucet, it's free, although some are faster than others! Options: [#1](https://sepoliafaucet.com/), - [#2](https://testnet-faucet.com/sepolia/), + [#2](https://sepolia-faucet.pk910.de/), [#3](https://faucet.quicknode.com/ethereum/sepolia) - An API Key from an Ethereum RPC Node Provider ([Alchemy](https://www.alchemy.com/), [Infura](https://infura.io/), diff --git a/src/pages/lessons/projects/6.mdx b/src/pages/lessons/projects/6.mdx index a3e6ba82..84967114 100644 --- a/src/pages/lessons/projects/6.mdx +++ b/src/pages/lessons/projects/6.mdx @@ -658,7 +658,7 @@ transaction to deploy our contract. If you already have some Test ETH in Sepolia, you can continue, if you don't you can always ask for some in the many faucets that are online. Some options are: [Alchemy](https://sepoliafaucet.com/), -[Sepolia Faucet](https://testnet-faucet.com/sepolia/) or +[Sepolia Faucet](https://sepolia-faucet.pk910.de/) or [Quicknode](https://faucet.quicknode.com/ethereum/sepolia), but you can find more if you search for Sepolia Faucet in any search engine.